Hi,
I would very grateful to anyone who could help me out with a problem that seems to haunt me again and again!
I am designing a website which very simplistically is like this:
<div id="header">
<ul>
<li>Nav1</li>
<li>Nav2</li>
<li>Nav3</li>
</ul>
</div>
<div id="content">
</div>
<div id="footer">
</div>
I did have the css of the content with:
position: absolute;
top: 110px;
bottom: 110px;
But, the problem is that the height of the header can vary depending on text size......
Is there any way that I could have something like:
position: relative;
top: 0px;
position: absolute;
bottom: 0px;
Help!!!!!!!
A computer always does what you tell it to, but rarely does what you want it to.....
I would very grateful to anyone who could help me out with a problem that seems to haunt me again and again!
I am designing a website which very simplistically is like this:
<div id="header">
<ul>
<li>Nav1</li>
<li>Nav2</li>
<li>Nav3</li>
</ul>
</div>
<div id="content">
</div>
<div id="footer">
</div>
I did have the css of the content with:
position: absolute;
top: 110px;
bottom: 110px;
But, the problem is that the height of the header can vary depending on text size......
Is there any way that I could have something like:
position: relative;
top: 0px;
position: absolute;
bottom: 0px;
Help!!!!!!!
A computer always does what you tell it to, but rarely does what you want it to.....