Código PHP:
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td onmouseover='this.style.background="[COLOR=orangered]red[/COLOR]"' onmouseout='this.style.background="[COLOR=orangered]white[/COLOR]"'>
Texto de la celda
</td>
</tr>
</table>