tianaPalmer
Programmer
I'm creating a web site (it isn't live yet to show) that has different lengths, based on the content in the main area.
Every time I make a new page for the site (copying and renaming that file), I have to basically create a new CSS style sheet so that I can stretch that particular page's content area to fit what I need to put in there. I also have to re-position the footer so that it will still be under the content area. I can already see this being a nightmare if I need to add more or take away content in the future.
Is there someway I can always keep the footer under the content area and make the content area automatically stretch to fit the content I put in there?
Plus, I don't want to have a css style sheet for every single page...doesn't that defeat the purpose of a style sheet?
Oh also, is there a way I can make the side divs that contain the page's shadows stretch with all of this automatically as well?
Thanks so much!
Every time I make a new page for the site (copying and renaming that file), I have to basically create a new CSS style sheet so that I can stretch that particular page's content area to fit what I need to put in there. I also have to re-position the footer so that it will still be under the content area. I can already see this being a nightmare if I need to add more or take away content in the future.
Is there someway I can always keep the footer under the content area and make the content area automatically stretch to fit the content I put in there?
Plus, I don't want to have a css style sheet for every single page...doesn't that defeat the purpose of a style sheet?
Oh also, is there a way I can make the side divs that contain the page's shadows stretch with all of this automatically as well?
Thanks so much!