change table row color on mouse over

by RameshKumar 2007-11-19 14:48:14

<table>
<tr onmouseover="javascript:style.backgroundColor='#e8eefa'" onmouseout="javascript:style.backgroundColor='white'">
<td>HIOX</td>
</tr>
</table>

Tagged in:

2065
like
0
dislike
0
mail
flag

You must LOGIN to add comments