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
Post a Comment