![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/12/2008, 20:07
|
![Avatar de Akiracr](http://static.forosdelweb.com/customavatars/avatar150470_1.gif) | | | Fecha de Ingreso: septiembre-2006
Mensajes: 114
Antigüedad: 18 años, 5 meses Puntos: 3 | |
Respuesta: Problema con getElementById Intenta guardando el objeto y no solo el style, puede ser eso por lo que se pierde.
theFlakes[i] = document.getElementById("flake"+(idx+i));
Luego cuando lo uses agregas el style
theFlakes[i].style.top = y[i] + scrl(0) + pix;
No estoy seguro si funcionara pero internet explorer muchas veces da error al tratar los objetos. |