Template:Team:Groningen/Header

From 2010.igem.org

(Difference between revisions)
Line 39: Line 39:
$(document).ready(function() {
$(document).ready(function() {
$("ul#topnav li").hover(function() {  
$("ul#topnav li").hover(function() {  
-
$(this).css({ 'background' : '#1376c9 url(http://casualconnect.net/iGEM/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() { //on hover out...

Revision as of 14:35, 20 August 2010