Hello everyone!
I'm having some issues with divs (tables were easier - although not the way forward...)
Firstly, this is what I have:
Now what I want Is for #footer to always be at the bottom of #wrapper (which has a height of 300px).HTML Code:<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>
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!


Reply With Quote
Bookmarks