Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/12/2002, 14:13
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola, poupurri. A ver si te vale esto:
Código:
<table width="600" border="1" cellspacing="0">
  <tr onMouseOver="this.style.backgroundColor='#ff0000'"
  onMouseOut="this.style.backgroundColor='#ffffff'"
  onClick="location.href='tuPagina.html'">
    <td>Celda</td>
    <td>Celda</td>
    <td>Celda</td>
  </tr>
  <tr>
    <td>Celda</td>
    <td>Celda</td>
    <td>Celda</td>
  </tr>
</table>
¿Era eso lo que querías? Saludos,