Team:KULeuven/Tools/Navigation Bar
From 2008.igem.org
(Difference between revisions)
m |
|||
Line 107: | Line 107: | ||
$("#nav li").css('display', 'inline'); | $("#nav li").css('display', 'inline'); | ||
$("#nav a").css('display', 'inline-block'); | $("#nav a").css('display', 'inline-block'); | ||
+ | $("#nav ul li>a:first-child").css('margin-right', '-3px'); | ||
$("#nav a").hover(function () {$(this).css('background-color', '#99CCFF')}, | $("#nav a").hover(function () {$(this).css('background-color', '#99CCFF')}, | ||
function () {$(this).css('background-color', '#003E81')}); | function () {$(this).css('background-color', '#003E81')}); |
Revision as of 07:53, 1 September 2008