Terri Chicko wrote:

> I know that IE7 isn't working right... content is flowing out of the 
> container box, but I don't have EI6 to check it with.

> http://www.incense-salishwinds.com

A few points.

All IE/win versions suffer from the "em font-resizing bug"...
<http://www.gunlaug.no/contents/wd_additions_13.html>

Apart from that bug IE6 is doing remarkably well, with none of IE7's
rendering problems AFAICS.

Note that styles like...

#content {
height : 1000px;
}

...means what it says in IE7, while any height is interpreted as
min-height in IE6. This buggy interpretation saves IE6.

BTW: You're calling the same stylesheet twice for no apparent reason,
and html comments serves no purpose inside style blocks.

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