onMouseOut for nested DIV
This was making me crazy for a bit. The onMouseOut event fires for the parent DIV when moving over the child DIV elements.
I had several custom menus nested in divs and I only wanted to hide the entire parent DIV block when the mouse left the parent.
Came across the handy script below which works like a charm.
Trackback URI |