The problem is this: a div element needs to trigger the onmouseout event, and there are child elements inside the div, so when the mouse moves to the child element of the div, the onmouseout event is also triggered. This problem is often encountered when doing floating layer effects.
Solution 1:
Use jQuery, everyone knows this: