Melinda Odom wrote:

> Can someone tell me why I see the graphic color that is in the left
> menu in IE but not in mozilla or netscape: 
> http://www.designhosting.biz/neill/test.html

Standard compliant browsers need the right property/value from the
specs[1] to make them expand #container. IE expand it because IE/win has
a bug[2] -  mis-interpreting some property/values that should not have
such an effect on rendering.

I suggest this addition for standard compliant browsers...

#container {display: table;}

...which will make them do what you wish - according to CSS specs.

regards
        Georg

[1]http://www.w3.org/TR/CSS21/visuren.html#q15
[2]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to