B
Bergamot
Alan said:I implemented the scrolling tbody solution and, yippee, it worked
perfectly ... under Firefox. Here is the URL ...
http://alse.load4.net/tabletest/table_test03.html
But under IE (6.0 SP1), it all goes haywire.
But of course. Most of those tutorials that recommended just using
overflow:scroll state that it doesn't work in IE6.
Have you seen:
http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html
It's one of the original samples for scrolling tables, and still works
cross-browser AFAIK.
And do start using a proper DOCTYPE if you expect any consistency across
browsers. Stick with HTML 4.01 Strict.