#Sticky Footer #http://sngv.net/work/reactor/work.html /********************** * HTML *******************/ <div id="page"> <div id="content"></div> <div id="footer"></div> </div> /********************** * CSS *******************/ #page { position: relative; min-height: 100%; padding: 0 0 150px 0; } #content{ /* facultatif */ padding-bottom: 100px; } #footer { position: absolute; bottom: 0; width: 100%; height: 150px; background: #FFF; }