Hola a todos, esta es mi tabla:
Código HTML:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%"><a href="#">Titulo</a></td>
<td width="20%"><a href="#">Puntos</a></td>
<td width="20%"><a href="#">Visitas</a></td>
</tr>
<tr>
<td width="60%"><a href="#">Titulo</a></td>
<td width="20%"><a href="#">Puntos</a></td>
<td width="20%"><a href="#">Visitas</a></td>
</tr>
</table
Lo que quiero lograr es que cuando se pase el mouse por arriba de una fila cambia de color toda la fila. Como lo logro?