Scott Thigpen wrote:
> arrg! I don't even know why I bother with IE6 [...]

Maybe because a few hundred million people still use that "thing"..? :-)

> [...] but my header is all messed up at www.sthig.com

The "auto-expansion" bug at play - IE6 doesn't respect declared
dimensions if it thinks content needs more space.
To fix, add...

* html #header1 {
  overflow-x: hidden;
}

Also, since IE6 is in quirks mode it won't add paddings to images. It
will add margins though, so the following addition will make it look
right...

* html #bigpic {
        margin-top: 10px;
}

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

Reply via email to