I already looked at a few answers here in stackoverflow without success, so let me post my link here:
http://www.copycopy.it/index.php?go=how
On this page for example, the white div (#body_content_container) should expand with the content, but it doesn’t. The same holds true for this page: http://www.copycopy.it/index.php?go=termsAndConditions
Any idea what I’m doing wrong here? I have tried clear:both; on the child divs, but no luck.
Try removing the height: 100%; from your elements. If you want it to expand to the length of the content, you don’t want to specify a height. Besides, it’d only expand to the length of the window anyway.