nyc_courtney
12-06-2004, 04:45 PM
Hi guys, I have a page with 3 columns that are absolutely positioned. I want a footer to span across right underneath, but I'm not having much luck. Any ideas?
|
Click to See Complete Forum and Search --> : footer under absolute positioned columns nyc_courtney 12-06-2004, 04:45 PM Hi guys, I have a page with 3 columns that are absolutely positioned. I want a footer to span across right underneath, but I'm not having much luck. Any ideas? David Harrison 12-07-2004, 08:32 AM While it would be possible to do this with JavaScript, surely it would be better to use an all CSS solution. Unfortnately, as you may have guessed it is not possible to put a footer under 3 absolutely positioned columns, therefore other ways have been developed. Floating the columns next to each other will alllow you to put a footer under them all (as long as you give it the rule clear:all). I have attached an example layout, I've commented the CSS to death so it should be easy to understand. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |