This example actually works how I want with every traditional browser I've thrown at it, including IE6. The <thead> element stays put and the <tbody> element scrolls vertically. As far as I can tell, ...
But I've hit the following 2 problems: 1. I want the table to take up all the available space on the screen, except that taken by the top part. If the table is too long (it's auto-generated), it ...