Ibanez
01-27-2009, 04:32 AM
Hello everyone!
I'm having some issues with divs (tables were easier - although not the way forward...)
Firstly, this is what I have:
<div id="wrapper">
<div id="header">
<img src="images/header.jpg"/> </div>
<div id="content">
</div>
<div id="footer">
<img src="images/footer.jpg" />
</div>
</div>
Now what I want Is for #footer to always be at the bottom of #wrapper (which has a height of 300px).
And #content should push #footer down depending on the content of that page...
Could someone please tell me if it is possible for a div to push another down, and if its possible for a div to be at the bottom of another div?
Thank you in advance!
I'm having some issues with divs (tables were easier - although not the way forward...)
Firstly, this is what I have:
<div id="wrapper">
<div id="header">
<img src="images/header.jpg"/> </div>
<div id="content">
</div>
<div id="footer">
<img src="images/footer.jpg" />
</div>
</div>
Now what I want Is for #footer to always be at the bottom of #wrapper (which has a height of 300px).
And #content should push #footer down depending on the content of that page...
Could someone please tell me if it is possible for a div to push another down, and if its possible for a div to be at the bottom of another div?
Thank you in advance!