Team:Sevilla/templateMenuAlt

From 2011.igem.org

(Difference between revisions)
Line 9: Line 9:
<body>
<body>
<!--=========================Cablecitos flash==========================-->
<!--=========================Cablecitos flash==========================-->
-
<img id="i1" src="http://dl.dropbox.com/u/4492644/palo.png" style="width:280px;height:250px;margin-left:-76px!important;position:fixed;"/>
+
<img id="i1" src="http://dl.dropbox.com/u/4492644/palo.png" style="width:280px;height:250px;margin-left:-46px!important;position:fixed;margin-top:-40px;"/>
<script type="text/javascript">  
<script type="text/javascript">  
Line 25: Line 25:
$(function(){
$(function(){
   $("#m2").mouseenter(function(){
   $("#m2").mouseenter(function(){
-
     $("#i2").attr("src","http://dl.dropbox.com/u/4492644/palo2.gif");
+
     $("#i1").attr("src","http://dl.dropbox.com/u/4492644/palo2.gif");
   }).mouseleave(function(){
   }).mouseleave(function(){
-
     $("#i2").attr("src","http://dl.dropbox.com/u/4492644/palo.png");
+
     $("#i1").attr("src","http://dl.dropbox.com/u/4492644/palo.png");
   });
   });
});
});

Revision as of 15:28, 19 June 2011