Ajaxified!
Select tables from the menubar.
08Jul2010 - Added a new demo, xthf7.
xTableHeaderFixed - view source code, documentation and revision history.
Demos 1, 2 and 3 simulate border-collapse:collapse by having border-collapse:separate and border-spacing:0 in the CSS, and cellspacing='0' in the HTML, and setting only right and bottom borders on the TDs and THs. The tables in demos 1 and 2 have different styling so an xTableHeaderFixed object is instantiated for each table.
Demos 4, 5 and 6 have border-collapse:collapse and do not have border-spacing:0 in the CSS, and do not have cellspacing='0' in the HTML, and they have complete borders on the TDs and THs. The tables in demos 4 and 5 have the same styling so only one xTableHeaderFixed object is instantiated.
Demo 7 has border-collapse:collapse and a position:fixed horizontal bar at the top of the viewport. This demo is for testing the code to add a Y offset (which is only used when the container is the window object).
This is the demo that started it all.
There are many threads on xTableHeaderFixed at the X Forums.
Here's the old thread at Site Point, which began on 1Dec06.