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/
- Follow-Ups:
- [Javascript] Event question and finding pointer position at event
- From: Triche Osborne
- [Javascript] Event question and finding pointer position at event
- From: Bill Moseley
- [Javascript] Event question and finding pointer position at event
- References:
- [Javascript] Event question and finding pointer position at event
- From: Bill Moseley
- [Javascript] Event question and finding pointer position at event
- From: Triche Osborne
- [Javascript] Event question and finding pointer position at event
- Prev by Date: [Javascript] Event question and finding pointer position at event
- Next by Date: [Javascript] Event question and finding pointer position at event
- Previous by thread: [Javascript] Event question and finding pointer position at event
- Next by thread: [Javascript] Event question and finding pointer position at event
- Index(es):