My website includes a div positioned below the header that contains quick links. I have implemented the solution from http://davidwalsh.name/persistent-header-opacity to ensure this div remains on-screen at all times. However, I would like it to appear at the top only after the user has scrolled past its original position (position:fixed;top:0px;
). Essentially, I do not want it to stick to the top until the user has passed it while scrolling. How can I achieve this?