Wed, 2012-10-17 12:24
Hello all!
I need to 'kill' a hover in jquery to make my menu PERFECT!
Please view http://www.siphon-marketing.com/unifirst/V4/level2.html and click around the menu on the left.
You'll notice when a section is active I'm still getting the hover state with the 'plus' icon. I need this to stay with the 'minus' icon when it's open.
I've tried everything but just can't get the syntax right! I simply just need to kill the hover on an active, expanded, section.
Please help!
Wed, 2012-10-17 22:42
#1
Line 154 of style.css seems
Line 154 of style.css seems to be the problem.
.submenu_head:hover { background: url("../images/collapsed_yellow.gif") no-repeat scroll left center rgb(230, 234, 209) !important; }