Difference between revisions of "Template:Freiburg/MenubarTest"

Line 390: Line 390:
  
 
$(window).scroll(function (event) {
 
$(window).scroll(function (event) {
  // var top = $('#menubar').offset().top - parseFloat($('#menubar').css('marginTop').replace(/auto/, 100));
 
 
  var y = $(this).scrollTop();
 
  var y = $(this).scrollTop();
 
  // console.log(y);
 
  // console.log(y);
Line 398: Line 397:
 
                         if(y>61){
 
                         if(y>61){
  
                            $('#navtextwrapper').css('display', 'block');
+
                          //  $('#navtextwrapper').css('display', 'block');
 
  $('#navtextwrapper').css('position', 'fixed');
 
  $('#navtextwrapper').css('position', 'fixed');
 
  $('#navtextwrapper').css('z-index', '9999');
 
  $('#navtextwrapper').css('z-index', '9999');
Line 418: Line 417:
  
 
  } else{
 
  } else{
                            $('#navtextwrapper').css('display', 'none');
+
                          //  $('#navtextwrapper').css('display', 'none');
 
  $('#navtextwrapper').css('position', 'relative');
 
  $('#navtextwrapper').css('position', 'relative');
 
  $('#navtextwrapper').css('top', 80);
 
  $('#navtextwrapper').css('top', 80);

Revision as of 16:47, 8 September 2015

""