Posted by Neredbojias on 05/09/07 09:49
On Mon, 07 May 2007 20:33:41 GMT BootNic scribed:
>> I think the actual height implimentation is okay, but the problem is
>> getting rid of the scrollbar well (when it isn't needed.)
>
> Are we talking about the vertical scroll bar that IE shows even on an
> empty document?
>
> IE 6 & 7 html default overflow is set to scroll. IE 5.5 it's the body
> that is set to scroll.
>
> html, body {
> overflow:visible;
> }
Yep. The trick is to get rid of it when it isn't needed - the way other
browsers do automatically.
--
Neredbojias
He who laughs last sounds like an idiot.
[Back to original message]
|