Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/11/2002, 13:44
chivi
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 889
Antigüedad: 22 años, 4 meses
Puntos: 4
Prueba ésto:
<table><tr><td width="100%" onmouseover='this.style.background="red"' onmouseout='this.style.background="white"'>Una...</td></tr><tr>
<td width="100%" onmouseover='this.style.background="red"' onmouseout='this.style.background="white"'>Dos...</td></tr><tr>
<td width="100%" onmouseover='this.style.background="red"' onmouseout='this.style.background="white"'>tres... </td></tr></table>

Dónde pone "red" significa el color de la celda cuando pase el ratón por encima de ella.
Dónde pone "white" significa el color de la celda cuando se quita el ratón de esa celda.

Es aplicable también a código tipo: #000000

Saludos!