Ver original//usando jQuery$(window).load(function(){ var height = $('#globo').height(); $('#globo').animate({top:-height},2000);});