I have a menu div that I want to slide down so it’s always visible, but I want it to be positioned under my title div. I don’t want it to move until the top of the menu hits the top of the screen and then stay in place. Basically I want a sliding menu with a maximum height it can slide to.
Share
I think I understand what you’re talking about—we used a similar technique on The King with jQuery. Here’s how:
(Hat tip to @soyrex who wrote this code.)