I have a site that I need to keep a menu present on the screen. My ideal solution is to have the menu slide down the page via jquery when the browser reaches the menu.
I have found the exact problem and solution on this site at http://stackoverflow.com/questions/225843/how-can-i-have-a-sliding-menu-div-that-doesnt-move-unless-the-page-is-scrolled-d but the final part of the solution, the part about if(offset is missing!
This missing code will solve my problem and if anyone can fill in the missing blanks for this code I would very much appreciate it!