Template:Team:Groningen/Header

From 2010.igem.org

(Difference between revisions)
Line 44: Line 44:
$(this).find("span").show();  
$(this).find("span").show();  
} , function() { //on hover out...
} , function() { //on hover out...
-
$(this).delay(300).css({ 'background' : 'none'});  
+
$(this).delay(400).css({ 'background' : 'none'});  
-
$(this).delay(300).find("span").hide();  
+
$(this).delay(400).find("span").hide();  
});
});

Revision as of 01:51, 27 October 2010