con una cosa di questo tipo..
codice:
<table>
<tr onmouseover="this.bgColor='yellow'" onmouseout="this.bgColor='#FFFFFF'">
	<td>----------------</td>
	<td>----------------</td>
</tr>
<tr onmouseover="this.bgColor='yellow'" onmouseout="this.bgColor='#FFFFFF'">
	<td>----------------</td>
	<td>----------------</td>
</tr>
</table>
(tratto dal forum scripting..)