URGENT Firefox vs. Explorer CSS issues, please help!

8 replies
  • WEB DESIGN
  • |
Hi everybody

I'm having a problem here...

MSB Recording & Rehearsal Studio Welcome to MSB Studio and Welcome

If you take a look at the sites in Firefox, they look fine, but try Internet Explorer and you'll see that the menu aren't displaying correctly.

Here is the CSS for the menu section of Welcome

#menu
{
width: 230px;
height:28px;
line-height:28px;
margin:0 auto;
padding:0;

}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}

#menu li {
display: inline;
}

#menu a {

display: block;
float: left;
height: 26px;
padding: 2px 25px 0;
margin-right: 3px;
margin-left: 3px;
border-bottom:0px;
text-decoration: none;
color:#fff;
font-size:2em;
}

#menu a:hover,
#menu a:active
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
background: #663300;
color:#fff;
}

Can anybody please help me with this?

Many thanks.
Dave
#css #explorer #firefox #issues #urgent

Trending Topics