Team:Evry/template v1

From 2013.igem.org

(Difference between revisions)
Line 46: Line 46:
                 $('.navbar').css('position','fixed').css('top','0px').css('width','70%');
                 $('.navbar').css('position','fixed').css('top','0px').css('width','70%');
                 $('a.home-link').css('background','none');
                 $('a.home-link').css('background','none');
-
               
+
                $('a.project-link').css('background','none');
 +
                $('a.team-link').css('background','none');
 +
                $('a.notebook-link').css('background','none');
             }
             }
             else
             else
             {
             {
                 $('.navbar').css('position','relative').css('width','100%');
                 $('.navbar').css('position','relative').css('width','100%');
-
                 $('a.home-link').css('background','url("http://note.woku1.com/images/img/home.png") no-repeat scroll 50% 5px transparent');                 
+
                 $('a.home-link').css('background','url("http://note.woku1.com/images/img/home.png") no-repeat scroll 50% 5px transparent');
 +
                $('a.project-link').css('background','url("http://note.woku1.com/images/img/project.png") no-repeat scroll 50% 5px transparent');
 +
                $('a.team-link').css('background','url("http://note.woku1.com/images/img/team.png") no-repeat scroll 50% 5px transparent');
 +
                $('a.notebook-link').css('background','url("http://note.woku1.com/images/img/notebook.png") no-repeat scroll 50% 5px transparent');                 
             }     
             }     
     });
     });

Revision as of 21:49, 10 August 2013