Template:Team:HokkaidoU Japan/JS

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
$(function () {
$(function () {
-
     $(".right-menu").hover(function(){
+
     $(".right-menu ul li").hover(function(){
         $(this).css({"color": "black"});
         $(this).css({"color": "black"});
     },function(){
     },function(){
-
         $(this).css({"color": "white"});
+
         $(this).css({"color": "transparent"});
     });
     });
});
});

Revision as of 07:59, 21 September 2014