cmcconnell
06-02-2009, 04:05 PM
I have attached my html and css files - I want to stretch #footer to the bottom of the page... how can I do that? I tried height 100% but it did not change.
Any suggestions?
Any suggestions?
|
||||
Need to stretch Div to bottom of pagecmcconnell 06-02-2009, 04:05 PM I have attached my html and css files - I want to stretch #footer to the bottom of the page... how can I do that? I tried height 100% but it did not change. Any suggestions? masterofollies 06-02-2009, 04:12 PM Using 100% will only drop it when you add more content to it. Take out 100% and try this. 700px and see what you get. cmcconnell 06-02-2009, 05:18 PM The problem with adding 700px is that it makes the page that long as well. Thanks anyways. abduraooft 06-02-2009, 05:20 PM I have attached my html and css files Any way to see a link to your page? cmcconnell 06-02-2009, 05:32 PM Well, I don't have it up yet. It's a pretty trivial reason that I want to get this to work: I use a CMS that when my clients edit pages online, it sets their background to the body background instead of white, so I wanted to keep the body bg white for them editing so they don't get confused, but I guess I will actually have to set the bg color to the light brown color. Thanks for taking the time to look at this! masterofollies 06-02-2009, 05:39 PM Oh its the footer, you want to have it stay on bottom correct? Add this to footer and see if that works. position: absolute; bottom: 0px; |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum