When using IE9, a main menu selection remains the hover colour forever. Not a problem under FF. When using FF though there appears to be no colour change indicating what page you are on after making a selection on the main menu. Website I'm working on is www.poolcontroller.com

Comments

gfury’s picture

I have this same issue. Works fine in chrome, but in IE, the hover color remains after the link is clicked. Eventually, after navigating the site, all menu items are "hover" color.

Getting ready to go live with this new theme and hit this.

Any help greatly appreciated.

svouthi’s picture

Having the same issue. I haven't tested across IE versions - I am using IE8. Firefox is fine for me too.

nvered’s picture

Issue summary: View changes

Having the same issue, did someone find a solution?

hortix’s picture

As work-around you can add the following css to you styles.custom.css:

.nav .block-menu ul li.focus, .nav .block-menu ul a:focus, .nav .block-menu ul a:active, .nav .block-menu ul a:visited {
	background: #212121;
}
.nav .block-menu ul li:hover, .nav .block-menu ul a:hover {
	background: #4a4a4a;
}