October 28, 2004

Scrollable CSS Table with Fixed Header

Found this good CSS table that keeps the header roll fixed while the rest of the table can scroll within the page. The table itself is defined in HTML using the table, tr and td tags and then uses Cascading Style Sheets to make the rows scroll while the header does not move. The author has even be able to make it all work on basically all browsers.

Links
CSS Scrollable Table with Fixed Header Example

Posted by Egon Kuster at October 28, 2004 09:57 PM
Comments