[jQuery] Re: Problem with a simple dropdown menu: it keeps collapse??

2010-02-08 Thread 123gotoandplay
Hi Chris, Tx for thinking along / posting the code ;) I think i am almost there, but the menu doesn't stop when you quickly hover it continues to drop down and up. I tested with $(#nav-container).hover(function() { $(#dropmenu).stop().slideToggle(fast);

[jQuery] Re: Problem with a simple dropdown menu: it keeps collapse??

2010-02-08 Thread 123gotoandplay
oh, and 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 $(#nav-container).hover(function(e) {

[jQuery] Re: Problem with a simple dropdown menu: it keeps collapse??

2010-02-07 Thread ccschmitz
While there are a few problems with your code, I think you could achieve your desired effect if you threw the ul#slidemenu and #dropmenu into a containing div and then apply the hover function to the container. Something like this: -- HTML -- div idnav-container div class=grid_16 alpha