Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/09/2014, 13:20
icm9
 
Fecha de Ingreso: septiembre-2014
Mensajes: 66
Antigüedad: 10 años, 5 meses
Puntos: 1
Respuesta: No funciona mi codigo

Código:
           function move(element){
               var width=0;
               function frame(){
                   width++;
                   element.style.width=width+'px';
               }
               var id=setInterval(frame,10);
           }
y porque ahi si funciona? :c