My question is simple, I have three divs in my layout:
<div id="header">90px height</div>
<div id="content">the rest of the height of the window</div>
<div id="footer">20px height</div>
Now, I want the #content div to fill the rest of the window. How can I do this?
Thanks.
……………..Live demo…………………
Hi now you can used to
positionabsoluteandfixedas like this
Css
Live demo