Template:Team:SCUT/Home/mainhead

From 2014.igem.org

(Difference between revisions)
Line 267: Line 267:
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function(){
 +
$(".ho_home").mouseover(function(){
$(".ho_home").mouseover(function(){
-
$(this).css({"background-color":"#ff8b5c","opacity":"0.8"})
+
$(this).css({"background-color":"#ff8b5c"})
});
});
 +
$(".ho_home").mouseover(function(){
 +
$(this).css({"background":"transparent"})
 +
});
 +
 +
});
});
</script>
</script>

Revision as of 06:52, 15 October 2014