Howdy All!
If I write an image tag inside an anchor tag like this (for a rollover):
<A HREF="#" onMouseOver=".. ." onMouseOut="... ">
<IMG SRC="...">
</A>
Does the mouse event generated on the IMG tag get sent to the HREF tag's
handlers because the IMG tag has no handlers?
What happens if both tags have handlers?
Rob
:)
If I write an image tag inside an anchor tag like this (for a rollover):
<A HREF="#" onMouseOver=".. ." onMouseOut="... ">
<IMG SRC="...">
</A>
Does the mouse event generated on the IMG tag get sent to the HREF tag's
handlers because the IMG tag has no handlers?
What happens if both tags have handlers?
Rob
:)
Comment