Team:SDU-Denmark/core/header

From 2013.igem.org

(Difference between revisions)
Line 21: Line 21:
         });
         });
         $(window).scroll(sticky_relocate);
         $(window).scroll(sticky_relocate);
 +
        $('.boxgrid.caption').hover(function(){
 +
    $(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});
 +
}, function() {
 +
    $(".cover", this).stop().animate({top:'220px'},{queue:false,duration:160});
 +
});
     });
     });
</script>
</script>

Revision as of 08:33, 5 August 2013