Reputation: 62474
How do people program these toolbars and menus so that once you scroll down a certain amount on the page it'll become a fixed element? Is there a guide/tutorial anywhere?
Upvotes: 1
Views: 523
Reputation: 263147
You can use a plugin such as jQuery Waypoints to achieve that effect.
Upvotes: 2