Quote Originally Posted by gjh42 View Post
I wasn't talking about the categories menu in particular there, but it might not hurt to increase the spacing a bit. Try this:

#chcategories a {line-height: 1.4em}


As it is, when you move the mouse to a subcategory, its top cat loses the hover color. Adding a selector

#chcategories li.cat-top:hover>a,

to

#chcategories li.cat-top a:hover{color:#000;background:#ADDBFF url(/catalog/includes/templates/mower/images/catbghover.gif)}

to get

#chcategories li.cat-top:hover>a, #chcategories li.cat-top a:hover{color:#000;background:#ADDBFF url(/catalog/includes/templates/mower/images/catbghover.gif)}

will fix that.
Unless there is something I don't see, the background image is not doing anything and can be eliminated (red text).
Yeah, I'll try that. The background image has been switched to nothing but a clear gif file. It was the best way I knew to fix it to not showing up.