[Javascript] Event question and finding pointer position at event

Triche Osborne wdlists at triche-osborne.com
Tue Mar 28 11:20:20 CST 2006


Steve Clay wrote:
> 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
> 
Ah! Thanks for correcting my logic!

Triche




More information about the Javascript mailing list