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: wdlists at triche-osborne.com (Triche Osborne)
  • Subject: [Javascript] Event question and finding pointer position at event
  • Date: Tue Mar 28 11:17:16 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