I have some troubles with getting the full height of the parent div in my webdesign. The container div is a div inside a div with a height of 100%.
<div id="container">
<div id="navigation"></div>
<div id="content"></div>
</div>
I have tried to read some of the other questions on stackoverflow and others, by i can't get it to work.
With CSS.