Team:UCLondon/Templates/Navigationv2
From 2012e.igem.org
(Difference between revisions)
Line 188: | Line 188: | ||
}); | }); | ||
+ | |||
+ | |||
+ | $('.hov').mouseenter( function() { | ||
+ | $(this).children().children('img').animate({ | ||
+ | height:25, | ||
+ | top:-10 | ||
+ | }, 500 ); | ||
+ | |||
+ | }).mouseleave(function(){ | ||
+ | $(this).children().children('img').animate({ | ||
+ | height:15, | ||
+ | top:+10 | ||
+ | }, 500 ); | ||
+ | }); | ||
Revision as of 23:05, 20 September 2012