Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Event question and finding pointer position at event


  • From: sclay at ufl.edu (Steve Clay)
  • Subject: [Javascript] Event question and finding pointer position at event
  • Date: Tue Mar 28 11:08:46 2006

Tuesday, March 28, 2006, 11:39:32 AM, Triche Osborne wrote:
> each move. I'm thinking it means that "onmouseover" means quite
> literally what it says: Any time the mouse moves over the element, it 

No, onmouseover will fire the instant the mouse becomes "over" the element.
In Bill's case, the "refiring" of this is caused by the onmouseover event
of child elements bubbling down to the parent. See:
http://www.quirksmode.org/js/events_order.html

Steve
-- 
http://mrclay.org/