Advertisement
Fekke

Javascript stalker menu

Jun 15th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.globalNavigationBar = document.getElementsByTagName("nav")[0];
  2.         window.addEventListener("scroll", function () {
  3.             window.globalNavigationBar.style.top = Math.max(120 - window.scrollY, 0) + "px";
  4.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement