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