
24/06/2009, 20:32
|
| | Fecha de Ingreso: junio-2009
Mensajes: 8
Antigüedad: 15 años, 8 meses Puntos: 0 | |
Problema con ie Object doesn't support this property or method Mensaje: Object doesn't support this property or method
Línea: 82
Carácter: 4 el codigo del js es este:
$('statusList').getElementsBySelector('img').each( function(el) {
el.src = el.src.replace(/images/g, 'themes/' + theme);
}); Mensaje: Object doesn't support this property or method
Línea: 178
Carácter: 4 el codigo del js es este:
var top = (pageSize.windowHeight - $('modal').getHeight())/2;
top += windowScroll.top;
Solo falla con ie con firefox y chrome funcionan super bien.
gracias por la ayuda. |