Hi there,
Another question on the Suckerfish menu. It seems that all active items adopt this CSS selector:
| Code: |
#mainmenu-nav #active_menu-nav {
color: #fff;
margin: 0;
background-image: url(../images/nav_hov.png);
}
|
But I don't want the active item on the dropdown menu to take on this image. Is there a way to say, style the active parent so it has this css applied but style the active dropdown (child??) with different a different css selector?
Sorry if I haven't explained this very well but it's best I can describe the issue I'm having.