Click to See Complete Forum and Search --> : frames


JulesTanner
06-16-2003, 10:00 AM
Is there a way to freeze frame results in a table (like in Excel)? I am trying to return query results in a table and be able to freeze the first 2 columns so that when a user scrolls to the right, the first 2 coulms stay put. Thanks!

Khalid Ali
06-16-2003, 10:34 AM
In NS6+ browsers you can use
position:fixed;

CSS in IE as of this moment you will have to recalculate every time you scroll left or right