Michael Landis wrote: > Actually, scrollbars are pretty consistently supported. The issue is > that overflow-x and overflow-y are not valid CSS 2 properties, but are > IE extensions. If you look at the references for overflow-x and > overflow-y at MSDN[1][2] you'll see that they are proposed additions > to the spec, not parts of the spec. (By comparison, Microsoft > describes overflow as actually being part of the specification.)[3] > > The only valid CSS 2 property dealing with scrollbars is overflow.[4] > Give that a shot in place of overflow-x and overflow-y and see how > that does for you. >
That said, "overflow-x" and "overflow-y" are part of the CSS 3 working draft, and AFAIR, do work in the latest versions of Gecko (Firefox 1.5): http://www.w3.org/TR/css3-box/#the-overflow-x I'm not sure what the level of support is in other browsers. Before Gecko supported the new overflow properties, it was possible to manipulate the scroll axis using this proprietary syntax: overflow: -moz-overflow-x and overflow: -moz-overflow-y ______________________________________________________________________ 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/
