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({"color": "black"});
+
         $(this).css({"visibility": "visible"});
     },function(){
     },function(){
-
         $(this).css({"color": "transparent"});
+
         $(this).css({"visibility": "hidden"});
     });
     });
});
});

Revision as of 15:11, 21 September 2014