Wordpress navigation Menu issue -


i'm having problem second tier of navigation showing when hover on products button. can see problem here. http://www.americancarpgear.com

any suggestions?

change line 37 of index.js from:

$(this).find('ul').stop(false, true).fadein(200); 

to:

$(this).find('ul:first').stop(false, true).fadein(200); 

there multiple ul's within product drop down, children being shown on hover. instead, should show first child ul on hover.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -