Hi there. If you include an onmouseout command within a nested table, the code actually triggers when the pointer enters the cell. Check out this simplified code:
<table>
<tr>
<td>
<table><tr><td onmouseout="alert('Test')">Example Text</TD></TR></TABLE>
</td>
</tr>
</table>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.