Hey!
I have a menu with hidden submenus.
I'm animating the submenu to open when I mouse-over a menuitem, and close when I mouse-out.
This causes problems when the user mouses over a lot of menuitems, as all the animations get queued.
To fix the queuing problem, I added a stop() before the animation.
This caused an even worse problem with the height of the submenu decreasing to the size it is at when I mouse out.
Look at the example page below to see the problem I'm talking about.
Any help would be greatly appreciated.