Team:Sevilla/template1

From 2011.igem.org

(Difference between revisions)
m
Line 8: Line 8:
<body>
<body>
 +
 +
 +
<!--cablecillos-->
 +
<img id="wireHome" src="http://dl.dropbox.com/u/4492644/cableQuieto.gif" style="width:70px;height:30px;position: fixed; margin-left:-176px!important;z-index:2000;"></a>
 +
 +
<script type="text/javascript">
 +
$(function(){
 +
  $(".menu_head").mouseenter(function(){
 +
    $("wireHome").attr('src','http://dl.dropbox.com/u/4492644/cableActivo.gif');
 +
  }).mouseleave(function(){
 +
    $("wireHome").attr("src","http://dl.dropbox.com/u/4492644/cableQuieto.gif");
 +
  });
 +
});
 +
</script>
 +
 +
 +
<!-- Google Analytics -->
<!-- Google Analytics -->

Revision as of 12:05, 18 June 2011