I am making website and i am stacked almost whole day trying to arange menu to work properly in IE
In Opera and FF it works correct. Problem is there is no empty space between menu buttons in IE.
Any suggestions?
Website is crnagorahost.com
Css code for menu is:
#menu3 ul {
width:780px;
list-style:none;
text-align:left;
margin:0 auto;
padding:0;
}
#menu3 ul li {
display:inline;
}
#menu3 ul a {
display:block;
float:left;
font-weight:700;
font-size:13px;
text-decoration:none;
color:#fff;
background:url(../images/menu_enactive.gif) no-repeat bottom center;
width:118px;
text-align:center;
text-transform:uppercase;
padding:8px 10px;
}
#menu3 ul a:hover {
background:url(../images/menu_over.gif) no-repeat bottom center;
color:#fe5800;
}
Help














