I want to achieve a menu something like:
http://craigsworks.com/projects/qtip2/tutorials/
Everytime you scroll down on the page , a specific div menu always stays on top.
Any help or tutorial link page, is well appreciated.
Here is the screenshots:
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.
You can fix the position of an element using CSS. For example,
would keep
#floatingMenuat the top of the page at all times. Then, if you want to mimic theirs where the fixed-position menu bar doesn’t show up until you’ve scrolled past some point on the page, you could do something like the following: