Freeze the top row for an html table only (Fixed Table Header Scrolling)
This is called Fixed Header Scrolling. There are a number of documented approaches: http://www.imaputz.com/cssStuff/bigFourVersion.html You won’t effectively pull this off without JavaScript … especially if you want cross browser support. There are a number of gotchyas with any approach you take, especially concerning cross browser/version support. Edit: Even if it’s not the header you want … Read more