I want the right grey section to be 100% height according to white section, on this website.
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.
You can play with displaying element as table and table cell.
First you need to put the title outside the box (#report-container), and remove the floating property on both div inside #report-container (#text & .right-info), also the width value.
Then add this style :
See my demonstration here.
You can try to resize browser window or add content to the #primary, and the #secondary height will be same.