guitardave78
Programmer
Ok then. Check out in internet explorer
If you change the page height the header and footer never resize, only the main text. I did this with tables.
Now i am rewriting it for other browsers (!) and am trying to acheive the same effect with just layers
the page is layed out thus
<div id="wrapper">
<div id="header"></div>
<div id="heading"></div>
<div id="body"></div>
<div id="menu"></div>
<div id="footer"></div>
</div>
I got the layout fine, but just cant get it to only reduce the size of the body div. Any ideas?
If you change the page height the header and footer never resize, only the main text. I did this with tables.
Now i am rewriting it for other browsers (!) and am trying to acheive the same effect with just layers
the page is layed out thus
<div id="wrapper">
<div id="header"></div>
<div id="heading"></div>
<div id="body"></div>
<div id="menu"></div>
<div id="footer"></div>
</div>
I got the layout fine, but just cant get it to only reduce the size of the body div. Any ideas?