My content div is not pushing my footer down like I want it to. When I add more text, it just overlaps the footer. I need help with the CSS code that will fix this issue.
I considered using overflow: scroll;
, but I prefer the webpage to expand vertically based on the amount of text on each page. Currently, I have margin-top: 660px;
set, but it's limiting the rest of my pages. Using margin-top: auto;
doesn't work either, as it pushes the footer up over my content div.
Any suggestions would be greatly appreciated.
See the JSFiddle Link for reference: http://jsfiddle.net/davewebweb/n7ELh/