m |
m |
||
Line 77: | Line 77: | ||
background-color: grey; | background-color: grey; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
<script> | <script> | ||
Line 87: | Line 82: | ||
function scrollFunction(){ | function scrollFunction(){ | ||
− | var navigationBar= document.getElementById("navigation-bar"); | + | var navigationBar = document.getElementById("navigation-bar"); |
+ | var coverHeight = document.getElementById("cover").scrollHeight; | ||
− | if (document.body.scrollTop > | + | if (document.body.scrollTop > coverHeight || document.documentElement.scrollTop > coverHeight ) { |
navigationBar.classList.add("opaque-nav"); | navigationBar.classList.add("opaque-nav"); | ||
} else { | } else { |
Revision as of 14:09, 3 October 2016
Eagles