Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/08/2012, 15:27
iNicooh
 
Fecha de Ingreso: febrero-2012
Mensajes: 18
Antigüedad: 12 años, 2 meses
Puntos: 0
Respuesta: Animar elemento con Javascript

Cita:
Iniciado por 3nr1c Ver Mensaje
Si ya tienes un css para el globo:

Código Javascript:
Ver original
  1. //usando jQuery
  2. $(window).load(function(){
  3.   var height = $('#globo').height();
  4.   $('#globo').animate({top:-height},2000);
  5. });

Un saludo
Muchas gracias eso era lo que necesitaba, encerio te lo agradesco mucho, saludos.