<em>@guap 204078 wrote:</em><blockquote>Hi,
The Css mainmenu style is not working, when I preview the page, the menu links are not working in IE. And the drop down menu is not functioning.
But when when I preview in FF, Chrome and Safari…it works fine.
Please advise. Thanks. See here</blockquote>
Dear ,
Please open template.css line 853 and change
h1.logo a {
background: url(../images/logo.png) no-repeat;
display: block;
height: 180px;
width: 295px;
}
to
h1.logo a {
background: url(../images/logo.png) no-repeat;
display: block;
height: 80px;
width: 295px;
}