Here an example http://jsfiddle.net/NuzDj/
If you resize windows size, sidebar overlapping the wrapper & footer.
How do I push the wrapper height automatic when sidebar overlap them?
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.
After working this out for about the past half hour, I figured the easiest way to do this would be manually check for the point of scroll past the end of the content at which point removing the fixed class from sidebar allowing content which passed after this to show as intended, however to sneakily hack it to make it appear as though it was still in the same place a margin-top is applied aswell to the sidebar to keep it sitting at it’s end point after scrolling to the end of content.
here is the jsfiddle: http://jsfiddle.net/mikeymagic/yxh8m/3/
with this bit of jquery magic:
this is inserted inbetween this
and this: