Template:Team:Groningen/sandboxHeader

From 2010.igem.org

(Difference between revisions)
Line 40: Line 40:
$("ul#topnav li").hover(function() { //Hover over event on list item
$("ul#topnav li").hover(function() { //Hover over event on list item
-
$(this).css({ 'background' : '#1376c9 url(topnav_active.gif) repeat-x'}); //Add background color + image on hovered list item
+
$(this).css({ 'background' : '#1376c9 url(http://casualconnect.net/iGEM/topnav_active.gif) repeat-x'}); //Add background color + image on hovered list item
$(this).find("span").show(); //Show the subnav
$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
} , function() { //on hover out...
Line 90: Line 90:
         <li>
         <li>
-
             <a href="#">Project</a>
+
             <a href="/project">Project</a>
             <span>
             <span>
                 <a href="#">Biofilm</a> |
                 <a href="#">Biofilm</a> |

Revision as of 10:54, 20 August 2010