[jQuery] onmouseover show div, then remove onmouseout
Ok, this sounds easier than I think it is.
I have a top nav item called Gallery, and when you mouse over it, I
shows a hidden div, which acts as a floating dropdown for the Gallery
nav item. These are two separate elements, so when I add a onmouse
out event, moving the mouse from the nav item to the div will make the
div disappear because there is a gap between the two.
Is there any way to make these work seamlessly together? Basically I
want it to work like a large drop down menu, but the menu part is my
div that gets shown, but disappears when the user mouses off the div
or nav item.