Positioning footer in the bottom only with CSS
A lot of developers have been searching for such component(article), so here is the solution developed by phplug.net
As you know, positioning of elements with CSS can be as easy as it can be so hard to accomplish. Most modern browsers DO NOT implement "height" attribute properly and one needs deep understanding of CSS to position the footer in the bottom.
Our solution requires the following components:
As you know, positioning of elements with CSS can be as easy as it can be so hard to accomplish. Most modern browsers DO NOT implement "height" attribute properly and one needs deep understanding of CSS to position the footer in the bottom.
Our solution requires the following components:
Layout HTML:
Layout CSS:
This is all you need to accomplish this task. Try it.