I’m trying to get two columns of the same height.
Is there a way I can make the columns the same heights as each other i.e. main body and menu column being same regardless of how much content is in either?
Using XHTML Strict 1.0.
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.
Add some fixed height approx. screen height and overflow: hidden for parent div.
Add overflow : auto and height:100% for main div & sidebar. So that layout doesn’t break when content grows.
I have made few changes to the CSS of the page, as per below comments you can check this out