I want simple header -> content -> footer sections in my div.
What I want to achieve is this:
And this is my jsfiddle.
I don't get it very well this relative layout which I tried to use for my footer. Relative layout should be looking for its parent element (in this case class="main"
and based on main class to adjust bottom:0
to its bottom border of main class, however, it doesn't work in that way.)
Where did I go wrong?