Skip to navigation
Set footer div always on html bottom with css
07.12.13
html, body { margin:0; padding:0; height:100%; } #container { min-height:100%; position:relative; } #header { background:#ff0; padding:10px; } #body { padding:10px; padding-bottom:60px; /* Height of the footer */ } #footer { position:absolute; bottom:0; width:100%; height:60px; /* Height of the footer */ background:#6cf; }
Reply
Anonymous
Information Epoch 1741954922
Avoid hand-hacking, write programs to write programs when you can.
Home
Notebook
Contact us