Team:Valencia/navbar

From 2010.igem.org

(Difference between revisions)
Line 5: Line 5:
$(document).ready(function() {
$(document).ready(function() {
$("ul#topnav li").hover(function() {  
$("ul#topnav li").hover(function() {  
-
$(this).css({ 'background' : '#1376c9 url(https://static.igem.org/mediawiki/2010/2/29/Groningen_topnav_active.gif) repeat-x'});  
+
$(this).css({ 'background' : '#000000 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 11:18, 23 October 2010