ok so here is what I did:
CODE
#secondary-wrapper{
background-color:#fff;
background-position:top;
background-repeat:no-repeat;
background-color:#e6e7e9;
border:1px solid #717073;
width:1023px;
margin:0 auto;
}
#secondary-wrapper.solutions{
background-image:url(images/solutions-bg.jpg);
}
#secondary-wrapper.company{
background-image:url(images/company-bg.jpg);
}
#secondary-wrapper.contact{
background-image:url(images/contact-bg.jpg);
}
#secondary-wrapper.news{
background-image:url(images/news-bg.jpg);
}
#secondary-wrapper.benefits{
background-image:url(images/benefits-bg.jpg);
}
#secondary-wrapper.partner{
background-image:url(images/partner-bg.jpg);
}
#secondary-wrapper.service{
background-image:url(images/service-bg.jpg);
}
Internet explorer will only show the one that is stated first, in this case, .solutions, that bg shows, but the company one doesn't, they all show in FF. If I switch company and solutions then IE shows the company bg and not the solutions...wtf...here is how the html looks:
CODE
<div id="secondary-wrapper" class="solutions">
CODE
<div id="secondary-wrapper" class="company">