How can I let a table’s body scroll but keep its head fixed in place?

I had to find the same answer. The best example I found is http://www.cssplay.co.uk/menu/tablescroll.html – I found example #2 worked well for me. You will have to set the height of the inner table with Java Script, the rest is CSS.

Leave a Comment