I don't know what platform your talking about but I tried the following code in both IE and Moz on Mac and the code works in both as you would expect. I changed width to 90% and added a height so I could see it better. Works fine on Mac.
.main_page
{
width:90% !important;
height:90% !important;
background-color:#d6aef1;
border-right: 1px solid #609;
border-left: 1px solid #609;
border-bottom: 1px solid #609;
padding:4px;
}Hope this helps
Leo
On Friday, April 16, 2004, at 10:39 AM, theGrafixGuy wrote:
CSS
I am having a bit of an issue with Mozilla and IE:
.main_page { width:100% !important; background-color:#d6aef1; border-right:1px solid #609; border-left:1px solid #609; border-bottom:1px solid #609; padding:4px; }
Does what I need it too in IE: However to do what I want it to do in Mozilla, I need the following
.main_page { width:100% !important; background-color:#d6aef1; border: 1px solid #609; padding:4px; }
My question is how do I get IE to see what I want it to and Mozilla to ignore the IE???
***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
