Team:Sevilla/template1

From 2011.igem.org

(Difference between revisions)
Line 16: Line 16:
$(function(){
$(function(){
   $(".menu_head").mouseenter(function(){
   $(".menu_head").mouseenter(function(){
-
     $("wireHome").css("background-image","url('http://dl.dropbox.com/u/4492644/cableActivo.gif')");
+
     $("wHome").css("background-image","url('http://dl.dropbox.com/u/4492644/cableActivo.gif')");
   }).mouseleave(function(){
   }).mouseleave(function(){
-
$("wireHome").css("background-image","url('http://dl.dropbox.com/u/4492644/cable.gif')");
+
$("wHome").css("background-image","url('http://dl.dropbox.com/u/4492644/cable.gif')");
   });
   });
});
});

Revision as of 10:47, 19 June 2011