-
Notifications
You must be signed in to change notification settings - Fork 16
Makes table headers stick to the top of the viewport when scrolling down HTML data tables.
License
kingkool68/stickyHeader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
stickyHeader.js makes table headers stick to the top of the viewport when scrolling down long HTML data tables. Slides for the presentation I gave at the September DC jQuery Meetup can be found at [http://www.slideshare.net/kingkool68/stickyheaderjs](http://www.slideshare.net/kingkool68/stickyheaderjs) Versions for * jQuery * Prototype * Moo Tools * Dojo Toolkit To get started just include: 0. stickyHeader.js 0. The two CSS rules to your stylesheet 0. class="stickyHeader" to any table that you want to have a stickyHeader ## CSS Rules .hide { display:none; } div.stickyHeader { top:0; position:fixed; _position:absolute; } ## Demos * [http://dev.kingkool68.com/stickyHeader/](http://dev.kingkool68.com/stickyHeader/) * [http://features.pewforum.org/muslim-population/?sort=Pop1990&order=ASC](http://features.pewforum.org/muslim-population/?sort=Pop1990&order=ASC)
About
Makes table headers stick to the top of the viewport when scrolling down HTML data tables.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published