
25/06/2008, 08:02
|
 | | | Fecha de Ingreso: abril-2003 Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años, 10 meses Puntos: 35 | |
Respuesta: problema con fade out loading............
en tu fadeOut
if(ie5) document.getElementById('nameoflayer').filters.alp ha.opacity = opac;
if(ns6) document.getElementById('nameoflayer').style.MozOp acity = opac/0;
ese cero debería ser 100
connection closed. |