Difference between revisions of "Template:Freiburg/MenubarTest"

Line 393: Line 393:
 
  // console.log(y);
 
  // console.log(y);
 
   
 
   
                         if(y>61){
+
                         if(y>61){//scrolling
  
 
                           //  $('#navtextwrapper').css('display', 'block');
 
                           //  $('#navtextwrapper').css('display', 'block');
Line 401: Line 401:
 
$('#navtextwrapper').css('background', '#0051A2');
 
$('#navtextwrapper').css('background', '#0051A2');
  
  //$('#navtextwrapper').css('top', y-7);
+
  //$('#navtextwrapper').css('top', y-7);  
 
+
 
$('#navtextwrapper').css('top',12);
 
$('#navtextwrapper').css('top',12);
 
 
Line 414: Line 413:
  
 
  } else{
 
  } else{
                          //  $('#navtextwrapper').css('display', 'none');
+
                            $('#navtextwrapper').css('display', 'none');
 +
$('#navtextwrapper').css('display', 'block');
 
  $('#navtextwrapper').css('position', 'fixed');
 
  $('#navtextwrapper').css('position', 'fixed');
 
  $('#navtextwrapper').css('top', 65);
 
  $('#navtextwrapper').css('top', 65);

Revision as of 17:22, 8 September 2015

""