i know, this is an old question but i can’t get this to work…
see here: http://jsfiddle.net/NLRqM/2/
i want to have the “#main_rechts” DIV to be 100% height inside of “#main”… (automatically the same height as the green box)!
thanks so much!
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.
Your
#main-rechtsis floated so it will not work. Try playing withdisplay: tableanddisplay: table-cellCSS properties, but please note that they will not work in IE 7 and lower.I’ve updated your fiddle to show what I mean – http://jsfiddle.net/Pharaon/NLRqM/5/