[jQuery] Superfish and Sprites
I'm trying to get my parent ULs to show their :hover state when their
children ULs are expanded.
I've tried copying the:
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
to my LI id's:
#nav li#products a:focus,
#nav #products.sfHover,
#nav #products li:active
Can't for the life of me understand what I need to adjust or properly
code to get the parent to be "hovered".
Thanks,
Rick