![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/06/2002, 17:43
|
| | Fecha de Ingreso: junio-2002
Mensajes: 15
Antigüedad: 22 años, 8 meses Puntos: 0 | |
Re: imagen que cambia al pasar el mouse Hola,
Te envio algo para ver si te ayuda
function cambiar(src,obj) {
if (src.checked)
obj.style.background="red"
}
function CambiaColor (celda,fondoColor){
celda.style.background=fondoColor;
}
function VuelveColor (celda,fondoColor){
celda.style.background=fondoColor;
}
Puedes colocar tu archivo .jpg prueba!!!
Saludos |