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!
you need to fix your hover state so that only the color changes and not gets assigned a new image as well...
.submenu_head:hover {
background: #E6EAD1;
}
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!
you need to fix your hover state so that only the color changes and not gets assigned a new image as well... .submenu_head:hover { background: #E6EAD1; }