Re: ONMOUSEOVER vs. ONMOUSEMOVE
Arnaud Le Hors (lehors@w3.org)
Tue, 09 Sep 1997 12:56:20 +0200
Message-ID: <34152B54.676FD4C3@w3.org>
Date: Tue, 09 Sep 1997 12:56:20 +0200
From: Arnaud Le Hors <lehors@w3.org>
To: www-html@w3.org
Subject: 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