The facebook appcenter menu has fixed top and relative left. It looks like it’s updating from javascript. Does anyone know how to do that? Or if there is a plugin out there like this? I can’t for the life of me find it.
Share
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.
Position: fixed
http://www.w3schools.com/cssref/playit.asp?filename=playcss_position&preval=fixed
This fiddle demonstrates a fixed element with a dynamic “left” value using jQuery http://jsfiddle.net/Tws2W/.
Code of interest: