For my new website I'm looking for a module, code snippet or whatever, to make a fixed menu appear at the top of a page once someone reaches the bottom of the sidebar.
Asked
Active
Viewed 742 times
1
-
1provide your source code. – Falguni Panchal Jun 28 '13 at 12:32
-
That should be simple by comparing the bottom of your lowest side bar item, to scrollTop and then changing the css of the menu to `position: fixed`, however, that's going to look really funny scrolling up and down. Who on earth would want such a weird site. I can't even picture how that's going to be "user friendly" – SpYk3HH Jun 28 '13 at 12:35
1 Answers
0
You could try the answer to this question, judging from the JS Fiddle it looks like it's doing what you want.
EDIT:
I really should have put this 'answer' as a comment. My apologies.