That should do what you want.This works:
#btmnav .navbox li li a:visited, #btmnav .navbox li li a:active {color:#f00251!important}
Don't remove anything that says li:hover or li.over as that makes the submneu appear (although you can change colours etc. in those rules).
The li.over is the dynamic class that the script adds to list element on hover so that you can imitate the CSS hover effect of li:hover. That's why all li:hover rules are duplicated for IE6 using li.over {}








Bookmarks