Le Vengeur Démasqué - paroles






réalisation Cultures.Com

Contact 

$(function() { $('#nav > div').hover( function () { var $this = $(this); $this.find('img').stop().animate({ 'width' :'260px', 'height' :'260px', 'top' :'-130px', 'left' :'280px', 'opacity' :'1.0' },0,'easeOutBack',function(){ $(this).parent().find('ul').fadeIn(00); }); $this.find('a:first,h2').addClass('active'); }, function () { var $this = $(this); $this.find('ul').fadeOut(00); $this.find('img').stop().animate({ 'width' :'40px', 'height' :'40px', 'top' :'0px', 'left' :'0px', 'opacity' :'0' },0,'easeOutBack'); $this.find('a:first,h2').removeClass('active'); } ); });