Simple jQuery plugin to stick a div at the top of the viewport, hidding while scrolling down, showing while scrolling up.
Insert the js file after jQuery:
<script type="text/javascript" src="/path/to/stickhidable.min.js"></script>
Just apply the plugin to the div to be sticked:
( function( $ ) {
$( 'myDivToStick' ).stickhidable();
})( jQuery );
Very simple.
GNU GENERAL PUBLIC LICENSE Version 3
Xavier Birnie-Scott murviel-info.com