minimum height problem
- by Hellnar
Hello,
assume I have a such html order
<div id="header">>Header(logo, navigation menus etc)will be here, fixed height </div>
<div id="content"> Dynamic content with different length will be here. </div>
<div id="footer"> Footer of the page here, fixed height </div>
Now as you can see, it is only the…