I have a DIV that contains some anchors arranged vertically. On the DIV element I have an onmouseout event handler. If I move the mouse over one of the anchors, and then move it to another anchor (while remaining inside the
DIV), the onmouseout event handler gets triggered even though the mouse never went outside the DIV. This happens in IE, Opera, and Mozilla.
You can see this problem for yourself here:
<snip>
Does anyone know why this is happening?
[edited by: korkus2000 at 1:44 pm (utc) on Dec. 10, 2003]
[edit reason] no personal urls please [/edit]