Maybe I've built things wrong (as usual sigh) but issue is, I'm getting main content behind my footer once the content reaches all the way down. Though it does what I want it to do by pushing the footer downwards once content starts to fill up...but it has a certain amount of info always hiding behind the footer. Is it because of floats/positions?
You can see from this codepen URL: http://codepen.io/anon/pen/ygGZNR
height: 200px;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
border-top: 1px solid red;
The footer starts where the red line is, and you see the problem.
A request: I want the footer to have the same effect now, stay fixed with no/little content in the main window but be pushed down once content gets close to it, thank you boys n girls!