Is it possible to fix the position of a table, such that it “scrolls along” with the page, but only after a certain value?
What I’m trying to achieve is similar to the header on this site: http://tf2trends.com/ (click show all, then scroll down)
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.
This can be done using JavaScript and CSS with any type of element:
Have a div cling to top of screen if scrolled down past it
http://css-tricks.com/snippets/jquery/persistant-headers-on-tables/