On 17.4.2008, at 5.39, RobG wrote:
Alternately, I would want MouseOver and
MouseOut to not bubble down to their children.

Events never bubble down the DOM tree, bubbling goes up.  The W3C
event model includes a capture phase which goes down the DOM tree but
since it isn't implemented by IE, it's rarely used.

<URL: 
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event-eventPhaseType

Slightly related FYI: 
http://www.quirksmode.org/blog/archives/2008/04/delegating_the.html

//jarkko

--
Jarkko Laine
http://jlaine.net
http://dotherightthing.com
http://www.railsecommerce.com
http://odesign.fi


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to