m |
m |
||
Line 87: | Line 87: | ||
function scrollFunction(){ | function scrollFunction(){ | ||
− | if (document.body.scrollTop > | + | if (document.body.scrollTop > 339 || document.documentElement.scrollTop > 339) { |
− | document.getElementById(" | + | document.getElementById("navigation-bar").className += "opaque-nav"; |
} else { | } else { | ||
− | document.getElementById(" | + | document.getElementById("navigation-bar").className += ""; |
} | } | ||
} | } |
Revision as of 14:03, 3 October 2016
Eagles