Click to See Complete Forum and Search --> : Standards Compliant Table


TNO
12-09-2006, 11:04 AM
Sounds easy at first, but I'm stumped. I have a table with functionality I can't recreate in FireFox, so I'm hoping someone can get creative and find a way:

http://thenewobjective.com/temp/freeze-frame.html

The top and left columns are fixed in IE, but it uses methods not supported in other browsers

felgall
12-09-2006, 01:19 PM
Probably need to use position:absolute or position:fixed to get the effect for all browsers

TNO
12-09-2006, 03:31 PM
position:fixed isn't supported by IE very well, plus I was having issues with it displaying the header and left column outside the overflow limits