mgoulet777
Programmer
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 doesn't work properly. Anyone know why not?
Thanks!
<table>
<tr>
<td>
<table><tr><td onmouseout="alert('Test')">Example Text</TD></TR></TABLE>
</td>
</tr>
</table>
This doesn't work properly. Anyone know why not?
Thanks!