I’m having trouble getting the left column to be static on my website: bartzjosh.com
I originally set it up as a fluid site, then have been modifying it. Still cleaning it up, so sorry if the code is messy.
Any help is appreciated.
Thanks!
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 currently have
set for the sidebar; switch this to
The
fixedproperty establishes the position of the element to the viewport, rather than the document. This causes it to remain frozen in place, regardless of document offset.Further Reading: http://www.w3.org/TR/CSS2/visuren.html#fixed-positioning