Hi all,

I'm trying to make a massive table slightly easier to read by mimicking some
excel behaviour; I want to make the <tbody> element scroll vertically while
the <thead> element stays statically in one place on the screen (making it
look as if the tbody element is scrolling under the thead element).

To achieve this I've simply added "overflow-y: scroll; overflow-x: hidden;
height: 500px;" to the table's tbody element. This results in exactly the
behaviour I'm after in Firefox, but not in IE.

IE doesn't seem to support the overflow property for the tbody element. Is
this conclusion correct? I can get IE to play ball on div elements, but not
on the tbody element.

Thanks in advance,

James
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to