Team:Sevilla/template1

From 2011.igem.org

(Difference between revisions)
Line 10: Line 10:
-
<!--cablecillos-->
+
<div id="wwireHome" style="width:80px;height:50px;margin-left:-176px!important;"><img id="i" src="http://dl.dropbox.com/u/4492644/cable.gif"/></div>
-
<div id="wHome" style="width:80px;height:50px;margin-left:-146px!important;position:fixed;z-index:5000;"></div>
+
-
<style>
+
-
#wHome{background-image:url("http://dl.dropbox.com/u/4492644/cable.gif");}
+
-
</style>
+
<script type="text/javascript">  
<script type="text/javascript">  
$(function(){
$(function(){
-
   $("#wHome").mouseenter(function(){
+
   $("#wwireHome").mouseenter(function(){
-
    $(this).css("background-image","url('http://dl.dropbox.com/u/4492644/cableActivo.gif')");
+
  $("#i").attr("src","http://dl.dropbox.com/u/4492644/cableActivo.gif");
-
  }).mouseleave(function(){
+
-
$(this).css("background-image","url('http://dl.dropbox.com/u/4492644/cable.gif')");
+
   });
   });
});
});
</script>
</script>
 +
 +
 +
 +

Revision as of 11:31, 19 June 2011