Here’s the problem:
I have a footer that I’d like to have as fixed at the bottom of the page (not viewer, I don’t want my footer to overlap my content at all). However, this footer has a moving element to it (a section that expands), which means that setting a container and setting the position as fixed is out.
I’d like to know how I can make this footer work as I’d like it to.
Example of the problem:
http://www.autumn-firefly.co.uk/caseStudies.php
Visit this page. You’ll see that the footer is sat correctly at the bottom of the page. If you click ‘contact’, it will open up the contact form. Now, go back up to the top and press one of the tabs (e.g. Illustration). Now the footer is floating on the page and not at the bottom, because there is not enough content in the page to keep it at the bottom.
Once again:
**I do not want the footer to overlap my content. I just want it to stay at the bottom of the page.
Setting it as ‘fixed’ will not work, as there is a moving element (the contact form) of the footer.**
Any solutions are welcome…!