|
All,
I have to modify a menu where the style sheet is set with like this:
#mainNav li:hover, #mainNav a:hover
I want to suppress the hover with I decide to use a class with the li or a.
ex: #mainNav li.off (no hover)
Is there a way to suppress the hover based on a class?
Does this make sense? In other words, I want to keep the site wide li:hover but I want to suppress it later in a class.
Thanks
|