<tr> tagına şunu eklersen olacaktır


<tr onMouseOver="this.bgColor='yellow';" onMouseOut="this.bgColor='white';">
örnek

<table border="1" width="500">

<tr onMouseOver="this.bgColor='yellow';" onMouseOut="this.bgColor='white';"> 
<td>r10</td>
</tr>

<tr onMouseOver="this.bgColor='red';" onMouseOut="this.bgColor='white';"> 
<td>r10</td>
</tr>
</table>