Team:Evry/template v1

From 2013.igem.org

(Difference between revisions)
Line 93: Line 93:
     if($(document).scrollTop()>=160)
     if($(document).scrollTop()>=160)
     {
     {
-
         $('.onglet').css('position','fixed').css('top','25px');                       
+
         $('.onglet').css('position','fixed').css('top','25px').css('margin-left','8px');                       
     }
     }
              
              
     else
     else
     {
     {
-
         $('.onglet').css('position','absolute').css('top','265px');                               
+
         $('.onglet').css('position','absolute').css('top','265px').css('margin-left','0px');                               
     }   
     }   
    
    

Revision as of 16:58, 11 September 2013