Right now I have a script that's similar to this jsFiddle: Fixed on Scroll
Now if I scroll down it works. But if I refresh the page, the fixed elements disappear until I do a scroll.
I've thought about if the $(window) > 0
then show it with a if statement. And nothing. Just would like help in the right direction.
Thanks.
Given your page is the same as the JSFiddle, I would suggest hooking into the ready event of the page and running the same function that is being run on scroll. So it would look like: