|
Posted by BootNic on 05/07/07 20:33
> Neredbojias <neredbojias@gmail.com> wrote:
> news: Xns992984111EAD1nanopandaneredbojias@208.49.80.251
> On Sun, 06 May 2007 03:58:55 GMT BootNic scribed:
>
>>> It is in other browsers, but I have found no way to make it work in
>>> IE6 without using quirks mode.
>>>
>>> What I do do (-no comments) is use php to install the quirks mode
>>> doctype for IE6, standards mode for all others.
>>
>> html, body {
>> height:100%;
>> }
>>
>> [url]
>> http://home.earthlink.net/~bootnic/100PercentTableHeight.html
>> [/url]
>
> 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;
}
--
BootNic Monday, May 07, 2007 4:33 PM
All my humor is based upon destruction and despair. If the whole
world was tranquil, without disease and violence, I'd be standing on
the breadline right in back of J. Edgar Hoover.
*Lenny Bruce US comedian, satirist, author*
[Back to original message]
|