Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/03/2011, 19:50
Avatar de Naahuel
Naahuel
 
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 1 mes
Puntos: 192
Respuesta: Cambiar fondo con JQUERY

Este código me funciona bien en IE:
Código Javascript:
Ver original
  1. $(function(){
  2.     $("#cambio").hover(
  3.         function () {
  4.         $(this).css("background","yellow");
  5.     },
  6.         function () {
  7.         $(this).css("background","url(imagen.jpg)");
  8.         }
  9.     );
  10. });
__________________
nahueljose.com.ar