On Apr 8, 9:53 am, Matt Wilson <m...@tplus1.com> wrote: > I have a table with lots of rows, and when I scroll down, I can't see > the row with the column titles. > How can I freeze that row in place so I can still see it as I scroll > down?
There isn't a good solution that will work across all browsers, IMO. Since I only needed a solution for this in IE, I created this, which has frozen footers and columns, too: http://www.javascripttoolbox.com/lib/scrollingdatagrid/ and another approach, which works well for long tables on a page that you don't want to have inside a scrolling "window": http://www.javascripttoolbox.com/lib/floatingheader/ Hope that helps, Matt Kruse