[EMAIL PROTECTED] wrote:

> The effect that I'm after is to set the html
> background to black and the body to white and make it width:99%
> of the html background.
[...]
> I've color coded and changed the width to 79% so that it's
> easier to see. The URL is here: http://www.byronsbyte.com/bernard/

Your page is rendered by IE6 in its quirks mode (you have no doctype.)
If you add a doctype that puts IE6 in standards mode then your desired
effect works.

I don't know exactly why, since I never used this, but apparently in quirks
mode the html element is not much used by IE.  So, especially if you wanto
to support IE5, which doesn't know about standards mode,  the best thing is
probably to use an extra wrapper (as D Ross has already suggested) instead
of relying on html/body.

Bruno


--
Merry Christmas, and thanks to all the people here who share their
questions, answers, and ideas!

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to