Difference between revisions of "Template:Freiburg/MenubarTest"
Line 398: | Line 398: | ||
if(y>61){ | if(y>61){ | ||
− | + | $('#navtextwrapper').css('display', 'block'); | |
+ | $('#navtextwrapper').css('position', 'absolute'); | ||
$('#navtextwrapper').css('z-index', '9999'); | $('#navtextwrapper').css('z-index', '9999'); | ||
$('#navtextwrapper').css('width', '100%'); | $('#navtextwrapper').css('width', '100%'); | ||
Line 417: | Line 418: | ||
} else{ | } else{ | ||
− | + | $('#navtextwrapper').css('display', 'none'); | |
+ | $('#navtextwrapper').css('position', 'relative'); | ||
$('#navtextwrapper').css('top', 80); | $('#navtextwrapper').css('top', 80); | ||
$('#navtextwrapper').css('width', '100%'); | $('#navtextwrapper').css('width', '100%'); |
Revision as of 16:20, 8 September 2015