Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/01/2005, 17:05
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 1 mes
Puntos: 1284
Hola akexis:

Yo prefiero usar estilos:

<html>
<body>
<table>
<tr><td style="background-color: red"
onmouseover="this.style.backgroundColor = 'blue'"
onmouseout="this.style.backgroundColor = 'red'">prueba</td></tr>
</table>
</body>
</html>
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo