The mouseout
event fires when you are leaving the parent element and entering child elements. In order to treat the all the child elements as a single block with the parent element, you case use the mouseleave
event: in native JS it's for IE only, but there is a cross-browser implementation in jQuery.
Vlad Andersen
2009-10-03 09:50:15