Sent by Andrew Clover on 29 January 2002 10:10
Simon Seeber [EMAIL-REMOVED]> wrote:
> Is there a similar selector to ">" that is supported in IE 6?
Yes. I usually use CSS backslash escapes when I want to separate
[IE6 and the other standards browsers] from [IE5.5, Opera 5, and other
older browsers].
So my attempt to lose scrollbars when not needed would be:
html, body { overflow: auto; }
body { overflow: vi\sible; }
which seems to work and not suffer from the problems John mentioned in
Mozilla.
--
Andrew Clover
[EMAIL-REMOVED]
http://and.doxdesk.com/