Matt Wilson 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?

I don't think you can, unless there's a way of using position:fixed on table rows (but it would really surprise me if that worked, especially crossbrowser).

If the width of the columns is fixed, you could also use 2 tables. One with the top row and position:fixed, and the other with the real data.

Or you'd have to somehow construct a faux table with divs and stuff, but I doubt that's worth the trouble.

Jonathan

--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be

Reply via email to