(9 intermediate revisions by 3 users not shown) | |||
Line 26: | Line 26: | ||
width:100%; | width:100%; | ||
background:url(https://static.igem.org/mediawiki/2017/3/3e/T-SICAU-navigation_background-image.jpg); | background:url(https://static.igem.org/mediawiki/2017/3/3e/T-SICAU-navigation_background-image.jpg); | ||
− | height: | + | height:150px; |
position:relative; | position:relative; | ||
z-index:99; | z-index:99; | ||
Line 193: | Line 193: | ||
window.onscroll = function() | window.onscroll = function() | ||
{ | { | ||
− | var s = | + | var s = document.body.scrollTop || document.documentElement.scrollTop |
if(s>H+90) { | if(s>H+90) { | ||
oDiv.style = "position:fixed;top:-90px;width:100%;z-index:100;" | oDiv.style = "position:fixed;top:-90px;width:100%;z-index:100;" | ||
} else { | } else { | ||
− | oDiv.style = "" | + | oDiv.style = " " |
} | } | ||
} | } |
Latest revision as of 22:54, 1 November 2017