Hey.

I'm working on a website right now, and it's almost finished. It looks just like i want it to in FF and Safari and all other browsers, but in IE 9 it pushes the whole menu up.

Screenshot IE9 (assuming its the same in IE 6/7 and 8):



Screenshot Mozilla FF5:



Here's da CSS:

PHP Code: 
#navbar {
    
backgroundurl(site_images/navbar.gifno-repeat;
    
width475px;
    
height34px;
    
floatright;
    
margin-right40px; }

#navigation li {
    
list-style-typenone;
    
displayinline;
    
floatleft;
    
margin-top: -11px;
    
padding-right30px; }
    
#navigation a {
    
text-decorationnone;
    
color:#ffffff;
    
font-size11px; }

#navigation a:hover {
    
backgroundurl(site_images/active.gifno-repeat;
    
text-decorationunderline;
    
color#079bd4; } 
A live view:

Any1 can help?
Chris2k Reviewed by Chris2k on . another css prob, navigation gets pushed up in IE9 Hey. I'm working on a website right now, and it's almost finished. It looks just like i want it to in FF and Safari and all other browsers, but in IE 9 it pushes the whole menu up. Screenshot IE9 (assuming its the same in IE 6/7 and 8): http://imgcrave.com/u/j469D.png Screenshot Mozilla FF5: Rating: 5