Ver Mensaje Individual
  #6 (permalink)  
Antiguo 06/09/2006, 12:06
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 10 meses
Puntos: 62
;)

Bueno te he hecho una funcion, funciona ok:
Código HTML:
<html>
<head>
<script type="text/javascript">
function CambiaColor(esto,fondo,texto)
 {
    esto.style.background=fondo;
    esto.style.color=texto;
 }
</script>
</head>
<body>
<table>
<tr onMouseOver="CambiaColor(this,'#000000','#ffffff')" onMouseOut="CambiaColor(this,'#ffffff','#000000')"><td>eoeo</td></tr>
</table>
</body>
</html> 
Asi puedes elegir tu los colores que quieras desde la llamada de la funcion ;)

Funciona en Firefox, Opera y Internet Explorer.

Suerte!!!
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan