Hi, I am having a problem with www.bldd.nl/prototypes/megamenu/test11.html When you quickly rollover the menu it keeps in "rollover" state, how can i fix this??? regards,
hmm, i have the following http://www.bldd.nl/prototypes/megamenu/test12.html But when you quickly hover it keeps animating. How can i fix this? I am trying to use the hoverflow plugin. (http://www. 2meter3.de/code/hoverFlow/) but it assumes you are animating the current div/id I our case the trigger is another div. but this doesn't work www.bldd.nl/prototypes/megamenu/test13.html $("#nav-container").hover(function(e) { $("#dropmenu").hoverFlow(e.type, {top:100}, 'fast'); }, function() { $("#dropmenu").hoverFlow(e.type, {top:0}, 'fast'); }); Code (markup):