Team:UCLondon/Templates/Navigationv2
From 2012e.igem.org
(Difference between revisions)
Line 180: | Line 180: | ||
$("#top-section").css('display', 'none'); | $("#top-section").css('display', 'none'); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
$('.hov').mouseenter( function() { | $('.hov').mouseenter( function() { | ||
$(this).children().children('img').animate({ | $(this).children().children('img').animate({ | ||
- | height: | + | height:40, |
- | top:- | + | top:-25 |
}, 500 ); | }, 500 ); | ||
Line 199: | Line 191: | ||
$(this).children().children('img').animate({ | $(this).children().children('img').animate({ | ||
height:15, | height:15, | ||
- | top:+ | + | top:+25 |
}, 500 ); | }, 500 ); | ||
}); | }); |
Revision as of 23:10, 20 September 2012