[SOLVED] Current menu item not displaying correctly in IE6
Posted: Mon Sep 01, 2008 8:38 pm
I have the menu template set up like this:
{elseif $node->current == true}
<a class="menuactive" etc....
And my CSS like so:
#nav li a.menuactive, #nav li ul li a.menuactive {
color: #EFA836;
background-color: transparent;
text-decoration: none;
}
Here's a link: http://www.redkitecreative.com/projects/naww/.
The current item is showing up correctly in FF, IE7, Safari, Opera and Netscape, but not IE6. Can someone help me get this working? I tried adding the CSS in again as a conditional comment for IE6, but no change.
{elseif $node->current == true}
<a class="menuactive" etc....
And my CSS like so:
#nav li a.menuactive, #nav li ul li a.menuactive {
color: #EFA836;
background-color: transparent;
text-decoration: none;
}
Here's a link: http://www.redkitecreative.com/projects/naww/.
The current item is showing up correctly in FF, IE7, Safari, Opera and Netscape, but not IE6. Can someone help me get this working? I tried adding the CSS in again as a conditional comment for IE6, but no change.