Template:Team:HokkaidoU Japan/JS

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
$(function () {
$(function () {
     $(".right-menu").hover(function(){
     $(".right-menu").hover(function(){
-
         $(this).css({"display": "block"});
+
         $(this).css({"color": "black"});
     },function(){
     },function(){
-
         $(this).css({"display": "none"});
+
         $(this).css({"color": "white"});
     });
     });
});
});

Revision as of 07:58, 21 September 2014