Template:Team:Groningen/Header

From 2010.igem.org

(Difference between revisions)
Line 43: Line 43:
$(this).css({ 'background' : '#1376c9 url(https://static.igem.org/mediawiki/2010/2/29/Groningen_topnav_active.gif) repeat-x'});  
$(this).css({ 'background' : '#1376c9 url(https://static.igem.org/mediawiki/2010/2/29/Groningen_topnav_active.gif) repeat-x'});  
$(this).find("span").show();  
$(this).find("span").show();  
-
} , function() { //on hover out...
+
} , function() {  
-
$.delay(400, function() { $(this).css({ 'background' : 'none'});  
+
$(this).css({ 'background' : 'none'}); //on hover out...
 +
$.delay(10, function() {
$(this).find("span").hide();  
$(this).find("span").hide();  
});
});

Revision as of 01:57, 27 October 2010