float-block
v1.2.0
Published
It makes block stick to top of the page.
Downloads
172
Readme
float-block
It makes block stick to top of the page.
To use it, block must corresponds CSS rules:
position: static;
margin: 0;
display: block;
width: auto;
float: none;
Options
Options list:
Browser Support
All modern browsers and IE9+
Examples
Demo1 - without any parameters.
Demo2 - classActive
parameter is setted.
Demo3 - top
parameter is setted.
Demo4 - relative
parameter is setted.
Demo5 - bottom
parameter is setted.
Demo6 - classSticky
parameter is setted.