Ajaxified!
Select tables from the menubar.
1Feb10 - It still needs work :-)
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.
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.