Hey everyone.
I wasn't sure which forum this would best fit in, so I took a stab in the dark. If I posted this in the wrong forum, admins, please move it.
Okay, I'm having trouble positioning a page footer on a new version of my site that's currently in test phase. I've designed this version using PHP, CSS and div layers. Now, I'd like the position of this page footer to be somewhat dynamic. I want it to be displayed at the bottom of the page, but not using absolute or fixed positioning with CSS. I want it at the bottom of the page that you have to scroll down to see it (if the content of the page requires the browser to scroll). I hope that makes sense. I want it to come after all the rest of the content on the page, basically, not just at the bottom of the browser window. However, since I used div layers to position the content on the page, I'm having trouble getting the footer to position itself after the content in the div layers.
What I've got at the moment can be found here. At the moment, the footer image isn't positioned well at all, as you can see. It's stuck right in the middle of the content.
If anyone could help me figure out how to position the footer dynamically as described, I'd really appreciate it! Thanks in advance for any help!
|