relatively-sticky

A jQuery plugin for creating smart sticky elements
git clone https://git.ce9e.org/relatively-sticky.git

commit
dca7debed6e02deaa086ba4dad59bc7989db24cc
parent
4c96d55eb79212a36bff5bcd83d291582209414c
Author
leaf corcoran <leafot@gmail.com>
Date
2014-11-10 23:20
add float manual spacer test

Diffstat

M test/index.html 18 +++++++++++++++++-

1 files changed, 17 insertions, 1 deletions


diff --git a/test/index.html b/test/index.html

@@ -170,7 +170,7 @@
  170   170 </div>
  171   171 
  172   172 
  173    -1 <h1>Custom Spacer</h1>
   -1   173 <h1>Custom Spacer Block</h1>
  174   174 <div class="container one">
  175   175   <div class="manual_spacer">
  176   176     <div class="item block use_manual"></div>
@@ -178,6 +178,22 @@
  178   178   <div class="full static" style="margin: 10px auto; width: 400px;"></div>
  179   179 </div>
  180   180 
   -1   181 <h1>Custom Spacer Float</h1>
   -1   182 <div class="container one">
   -1   183   <div class="manual_spacer">
   -1   184     <div class="item float use_manual">
   -1   185       <iframe src="http://leafo.net/hi.png" frameborder="0"></iframe>
   -1   186     </div>
   -1   187   </div>
   -1   188 
   -1   189   <div class="item float right">
   -1   190     <iframe src="http://leafo.net/hi.png" frameborder="0"></iframe>
   -1   191   </div>
   -1   192 
   -1   193   <div class="full static" style="margin: 10px auto; width: 400px;"></div>
   -1   194 </div>
   -1   195 
   -1   196 
  181   197 <div class="full"></div>
  182   198 
  183   199 <script type="text/javascript">