Does anyone know what the jQuery effect on this page is called? http://crushlovely.com/
As you scroll down the page, a different left menu item selects based on your scroll location.
I need to know what the effect is called or how to re-create it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe your looking for a tutorial along the lines of this
http://www.distractedbysquirrels.com/blog/one-page-layout-with-fixed-navigation-and-jquery/
I would call it a ‘fixed menu/nav’, or sometimes people call it a ‘sticky menu/nav’. Its done pretty easily by using the position:fixed CSS and working on from there.
Hope that helps