N
Niko
Hello,
Context :
Dom Structure
DIV
|->TABLE
|->TR
|->TD
| |->textNode
|
|->TD
| |->IMG
|
|->TD
|->textNode
I have added mouseover and mouseout events on the DIV element.
I need thoses events only triggered when the mouse goes in and out of
the div but actually (with IE7) they are triggered if the mouse going
out of a Table cell to go in the adjacent cell.
I suppose a propagation pb but I don't know how to limit the event
attachement to the div only without any propagation to enbedded objects.
Thanks
Best regards
Niko
Context :
Dom Structure
DIV
|->TABLE
|->TR
|->TD
| |->textNode
|
|->TD
| |->IMG
|
|->TD
|->textNode
I have added mouseover and mouseout events on the DIV element.
I need thoses events only triggered when the mouse goes in and out of
the div but actually (with IE7) they are triggered if the mouse going
out of a Table cell to go in the adjacent cell.
I suppose a propagation pb but I don't know how to limit the event
attachement to the div only without any propagation to enbedded objects.
Thanks
Best regards
Niko