Re: ONMOUSEOVER vs. ONMOUSEMOVE

Alexandre Rafalovitch wrote:

> So onmouseover is like mouseEnter?

yes.

> What about mouseExit then?

it's called onmouseout.

> Can you
> explain the sequence of events you expect an element will get when a mouse
> is just passing over it (as in enter at one end and leave at another)?

Something like:

onmouseover
onmousemove
onmousemove
...
onmousemove
onmouseout
-- 
Arnaud

Received on Tuesday, 9 September 1997 06:56:23 UTC