I find myself in a state of complete confusion. Coding is not exactly my forte, so I suspect I have made a significant error somewhere that is causing the following issue:
My goal is to create a sticky footer. The footer does indeed stick to the bottom of the page, but only if I set my main content DIV (the white centered box) as relative. I need this DIV's height to adjust based on its content, which will include a PHP script pulling data from my Wordpress blog. If the DIV exceeds 500px in height, there is an annoying double scrollbar situation happening, and I really do not like it. While I appreciate the relative DIV, I would prefer to eliminate the extra scroll space and ensure that it dynamically adjusts with the content while keeping the footer in place.
I hope all of this makes sense. I am simply looking for someone to review my source code and point out where I may be going wrong. Thank you in advance for any assistance.