Código HTML:
Ver original<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="es" lang="es"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> <!--
$(document).ready(function(){
//Sesiones
$('#registro').click(function(){
$(this).animate({
top: "0px"
}, 1000);
});
$('#registro').hover(function(){
},function(){
$(this).animate({
top: "-55px"
}, 600);
});
});
//-->
<div style="background:#333;height:200px;width:600px;"> <div id="registro" style="position:absolute;top:-55px;left:50px;width:177px;height:70px;z-index:9999;background:#FFF;">