26/08/2013, 07:14
|
| | | Fecha de Ingreso: diciembre-2011 Ubicación: bilbao
Mensajes: 39
Antigüedad: 13 años Puntos: 0 | |
Respuesta: funcion incrementar left Cita:
Iniciado por omarinfinito prueba esto a ver si te sirve
Código HTML:
Ver original<script language="JavaScript"> var contador=0; function incrementar() { if(contador < 50){ document.getElementById("caja").style.left= contador++ + "px"; } } setInterval(incrementar(), 1000); #caja{position:absolute; left:0%; top:50%; width:50px; height:50px; background-color:red; }
nome funciona no se mueve cuando carga
__________________ _____________________________
___________DARK ELF__________
_____________________________ |