Hi,
I want the header of a page to be of fixed positioned when a user scrolls to a certain point in the page.
This functions correctly in all browsers bar IE6 :(
View the code here:
Hi,
I want the header of a page to be of fixed positioned when a user scrolls to a certain point in the page.
This functions correctly in all browsers bar IE6 :(
View the code here:
position:fixed was not implemented in IE6. There is a CSS only workaround http://ryanfait.com/position-fixed-ie6/
Hi,
Check http://s7u.blogspot.com , it has full information about scrollable tables. It uses CSS and JavaScript to make table scrollable. It has fixed header, footer and fixed columns.
Regards, Shahib