Team:SDU-Denmark/core/footer

From 2013.igem.org

(Difference between revisions)
Line 12: Line 12:
<script>
<script>
-
$('.footerContainer').mouseenter(function() {
+
$('.footerContainer').mouseover(function() {
   $('.footer').animate({height: '70px'}, 500);
   $('.footer').animate({height: '70px'}, 500);
});
});
-
$('.footerContainer').mouseleave(function() {
+
$('.footerContainer').mouseout(function() {
   $('.footer').animate({height: '30px'}, 500);
   $('.footer').animate({height: '30px'}, 500);
});
});

Revision as of 19:18, 19 May 2013

Retrieved from "http://2013.igem.org/Team:SDU-Denmark/core/footer"