Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/05/2009, 18:21
Avatar de hector2c
hector2c
 
Fecha de Ingreso: noviembre-2007
Ubicación: Perú - Tacna
Mensajes: 979
Antigüedad: 16 años, 5 meses
Puntos: 25
Pregunta Respuesta: Problema jQuery animate con IE

hola Grumete, tu error esta al momento de dar las propiedades del width y el heigh

Código:
$('#'+wich).animate(
{
width: '490',
height: '300',
},
400
)
en la linea del height al final, no debes agregar esa coma, osea de height: '300', deberia ser height: '300'

Código:
$('#'+wich).animate(
{
width: '490',
height: '300'
},
400
)
__________________
blog: hector2c.wordpress.com
email: [email protected]