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
*****************************************************