Team:Sevilla/template1

From 2011.igem.org

(Difference between revisions)
Line 11: Line 11:
<!--cablecillos-->
<!--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>
+
<img id="wireHome" src="http://dl.dropbox.com/u/4492644/cable.gif" style="width:85px;height:50px;position: fixed; margin-left:-176px!important;" />
<script type="text/javascript">  
<script type="text/javascript">  
$(function(){
$(function(){
   $(".menu_head").mouseenter(function(){
   $(".menu_head").mouseenter(function(){
-
     $("wireHome").attr('src','http://dl.dropbox.com/u/4492644/cableActivo.gif');
+
     $("wireHome").attr("src","http://dl.dropbox.com/u/4492644/cableActivo.gif");
   }).mouseleave(function(){
   }).mouseleave(function(){
-
     $("wireHome").attr("src","http://dl.dropbox.com/u/4492644/cableQuieto.gif");
+
     $("wireHome").attr("src","http://dl.dropbox.com/u/4492644/cable.gif");
   });
   });
});
});

Revision as of 14:42, 18 June 2011