Team:Fudan D

From 2012.igem.org

(Difference between revisions)
Line 37: Line 37:
     $('#headover').stop().animate
     $('#headover').stop().animate
-
({height:'50px',top:'500px'},1000);
 
-
    });
 
-
    $('.listhead').mouseover(function(){
 
-
    $('.listhead').not('.curlink').css("color","#000000");
 
-
    $(this).css("color","#444444");
 
-
    $('#headover ul').css("display","none");
 
-
    var vActive = $(this).attr("id");
 
-
    $('.'+vActive).stop(true, true).fadeIn(500);
 
-
    });
 
-
 
-
    $('.listmain').mouseover(function(){
 
-
    $('.listmain').not('.curlink').css("color","#dddddd");
 
-
    $(this).css("color","#01DF01");
 
-
    });
 
-
 
-
    $('#headover').mouseleave(function(){
 
-
    $('.listmain').not('.curlink').css("color","#dddddd");
 
-
    });
 
   });
   });

Revision as of 08:05, 22 July 2012