Re: [css-d] works in IE but not mozilla or netscape

2006-10-27 Thread Gunlaug Sørtun
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/


[css-d] works in IE but not mozilla or netscape

2006-10-26 Thread Melinda Odom
Hi,

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

The stylesheet is:

#container {
width: 800px;
margin-right: auto;
margin-left: auto;
background-image: url(assets/bg_container.gif);
background-repeat: repeat-y;
background-position: left top;
height: 100%;
}
#menu {
width: 180px;
float: left;
}
#content {
padding: 10px;
width: 560px;
float: right;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5;
}
#footer {
border-right-color: #9D9F37;
height: 60px;
background-color: #9D9F37;
clear: both;
}

Thank you!

Sincerely,
Melinda Odom
Design Hosting, Inc.
www.designhosting.biz
479-471-0891



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.9/490 - Release Date: 10/20/2006
 
__
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/