Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How can Menu Images Change on Hovering Re: How can Menu Images Change on Hovering

#138696
Paulie_D
Member

It’s because you have the same image listed in the mouseover for all of the menu items.

You’ll have to find the setting to change that.

onmouseover=”this.src=’//metainfos.com/demo/wp-content/uploads/2013/05/home_hover.png'”

onmouseout=”this.src=’//metainfos.com/demo/wp-content/uploads/2013/05/shop.png'”