This is a cleaner way to make a sticky footer where there is no need to have extra wrappers and works in all browsers, including IE8.
html { position: relative; min-height: 100%; } body { margin: 0 0 110px; } footer { position: absolute; left: 0; bottom: 0; margin-top:10px; height: 100px; width: 100%; }
source share