Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/02/2010, 09:41
Avatar de manumaf
manumaf
 
Fecha de Ingreso: mayo-2007
Ubicación: Argentina
Mensajes: 854
Antigüedad: 16 años, 11 meses
Puntos: 6
Cambiar colo de fila de tabla

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?