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() {
 
-
      $(this).children().children('img').animate({
 
-
                          height:25,
 
-
                          top:-10
 
-
              }, 500 );
 
-
 
-
  });
 
   $('.hov').mouseenter( function() {
   $('.hov').mouseenter( function() {
       $(this).children().children('img').animate({
       $(this).children().children('img').animate({
-
                           height:25,
+
                           height:40,
-
                           top:-10
+
                           top:-25
               }, 500 );
               }, 500 );
Line 199: Line 191:
       $(this).children().children('img').animate({
       $(this).children().children('img').animate({
                           height:15,
                           height:15,
-
                           top:+10
+
                           top:+25
               }, 500 );
               }, 500 );
  });
  });

Revision as of 23:10, 20 September 2012