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({" | + | $(this).css({"opacity": "0"}); |
},function(){ | },function(){ | ||
- | $(this).css({" | + | $(this).css({"opacity": "1.0"}); |
}); | }); | ||
}); | }); |
Revision as of 05:22, 22 September 2014