<div id="container">
<div id="sidebar-left">
//some content
</div>
<div id ="content">
//some content
</div>
</div>
Take the above piece of code for example. The content in the sidebar and the content divs are stretching them out and giving them length - but why on earth is their parent div, "container", also not being stretched out and given length? If it's possible, how do I achieve this?