stickable
Simple jQuery plugin to stick a div at the top of the viewport when it goes out while scrolling.
Usage
Insert the js file after jQuery:
<script type="text/javascript" src="/path/to/stickable.js"></script>
Just apply the plugin to the div to be sticked:
( function( $ ) { $( 'myDivToStick' ).stickable(); })( jQuery );
Very simple.
GNU General Public License v3.0
Xavier Birnie-Scott murviel-info.com