Template:Team:SCUT/Home/mainhead

From 2014.igem.org

(Difference between revisions)
Line 268: Line 268:
$(document).ready(function(){
$(document).ready(function(){
$(".ho_home").mouseover(function(){
$(".ho_home").mouseover(function(){
-
$(this).css({"background-color":"#ff8b5c"})
+
$(this).css({"background-color":"#ff8b5c","opacity":"0.6"})
});
});
});
});

Revision as of 06:47, 15 October 2014