Float under position Absolute

Vulpix

New Member
I have a problem I can't seem to fix.I have a big background banner which is set to \[code\]position: absolute\[/code\] problem is, I want my footer to constantly be underneath it - no matter what height the banner has.An example:Footer looks fine: \[code\]http://danne-bro.com.web122.curanetserver.dk/histor.aspx\[/code\]Footer NOT-fine: \[code\]http://danne-bro.com.web122.curanetserver.dk/who.aspx\[/code\]I have tried many many things as you can see in the sourcecode. A scraped version of what I'm trying to accomplish would be something like this:\[code\] <div id="fit"> <div class="wrapper"> <div id="banner">BANNER IN HERE - Position Absolute so its always underneath</div> </div><div class="wrapper">All content goes here - which is on top of the banner</div> </div> <div id="footer"> Footer in here - should float right under the banner. </div>\[/code\]But exactly how I make the footer stay under the banner (no matter it's height) is a problem for me. I hope I explained myself well enough.
 
Back
Top