Hi,
I've made a very simple dropdown menu using jQuery slideup and slidedown for the functions - but it gets very jumpy (I'm using Firefox 3.6.8) if the mouse is moved to quickly over it, or if the mouse is held on one of the submenu items.
I've made a working example at the following link:
Without the .stop(true, true) function it is even worse. I've also tried adding hover-intent, but because I have a hover-triggered slideshow in the same div it conflicts with the slideshow's functionality.
Is there something I'm missing? I have heard clearqueue might work, or maybe timeout, but can't figure out where to add them.
Thanks all.