|
Subject:
|
Make footer extend to width
|
|
Posted By:
|
stadskle
|
Post Date:
|
1/8/2006 5:16:06 PM
|
I have a problem in a new 100% width design where I'm in need of some pages beeing wider than the screen.
The problem is that I can't make the footer extend to the same width as the body when this occurs. I understand why it doesn't happen with my current CSS, but I can't find any solution to the problem.
Any ideas?
The page can be found at:
http://akkreditering.net/newDesign/
|
|
Reply By:
|
richard.york
|
Reply Date:
|
1/11/2006 1:13:52 PM
|
I don't see what you're talking about in the provided link. Can you elaborate further?
Regards, Rich
-- [http://www.smilingsouls.net] Mail_IMAP: A PHP/C-Client/PEAR solution for webmail Author: Beginning CSS: Cascading Style Sheets For Web Design
|
|
Reply By:
|
planoie
|
Reply Date:
|
1/13/2006 4:17:31 PM
|
I have found that page elements that don't require more space than the browser has will fill the browser's width (100%) and no more. Even if you have another element on the page that DOES require more width, the other elements that fit OK won't stretch to match the big one. The only way I've found of keeping it all together is to wrap everything inside a table cell(s) so that the widest part of the page forces the table width. Other elements in the same table should fall in place properly.
-Peter
|