Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/11/2007, 20:12
Avatar de Kailu
Kailu
 
Fecha de Ingreso: julio-2007
Ubicación: México D. F.
Mensajes: 89
Antigüedad: 16 años, 9 meses
Puntos: 1
Re: Cambiar fondo de Celda

Hola talvez te sirva esto, no lo probé con IE pero debe funcionar. (en FF funciona)

Cita:
<style>
td:hover { background-color:#9966CC; }
</style>
</head>

<body>

<table border="2">
<tr>
<td>Celda</td>
</tr>
</table>
</body>
</html>
Saludos.