Make your page header or other block element visible at the top of the page while scrolling page down
- Download the source
- Include it in your project
- Initialize:
StickyToppy.init('selector');
or set some higher z-index:
StickyToppy.init('selector', 1000);
and some offset from top:
StickyToppy.init('selector', 1000, 10);
$(document).ready(function() {
StickyToppy.init('#header', 1000);
})
jQuery 1.7+
- Firefox 21
- Chrome 25
- Opera 12
- Safari 5
- IE 8