Template:Team:SCUT/Home/mainhead

From 2014.igem.org

(Difference between revisions)
Line 274: Line 274:
$(this).css({"background":"transparent"})
$(this).css({"background":"transparent"})
});
});
-
 
+
$(".ho_team").mouseover(function(){
 +
$(this).css({"background-color":"#ff8b5c"})
 +
});
 +
$(".ho_team").mouseout(function(){
 +
$(this).css({"background":"transparent"})
 +
});
 +
$(".ho_model").mouseover(function(){
 +
$(this).css({"background-color":"#ff8b5c"})
 +
});
 +
$(".ho_model").mouseout(function(){
 +
$(this).css({"background":"transparent"})
 +
});
 +
$(".ho_project").mouseover(function(){
 +
$(this).css({"background-color":"#ff8b5c"})
 +
});
 +
$(".ho_project").mouseout(function(){
 +
$(this).css({"background":"transparent"})
 +
});
 +
$(".ho_dp").mouseover(function(){
 +
$(this).css({"background-color":"#ff8b5c"})
 +
});
 +
$(".ho_dp").mouseout(function(){
 +
$(this).css({"background":"transparent"})
 +
});
 +
$(".ho_safety").mouseover(function(){
 +
$(this).css({"background-color":"#ff8b5c"})
 +
});
 +
$(".ho_safety").mouseout(function(){
 +
$(this).css({"background":"transparent"})
 +
});
 +
$(".ho_hp").mouseover(function(){
 +
$(this).css({"background-color":"#ff8b5c"})
 +
});
 +
$(".ho_hp").mouseout(function(){
 +
$(this).css({"background":"transparent"})
 +
});
});
});

Revision as of 06:55, 15 October 2014