Looking for a solution for this I found this great resource:
[url]http://imar.spaanjaars.com/357/a-scrollable-table-with-a-fixed-header[/url]
This works with 2 tables, setting the second as overflow
[code:1:20567c4cca]overflow: auto;height: 100px; width: 320px;[/code:1:20567c4cca]
Works great in my tested browsers (FF, Chrome and IE)
Leave a Reply