/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
html { height: 100%; } body { margin: 0; padding: 0; height: 100%; } #content { background: #EEE; border-left: 1px solid #000; border-right: 1px solid #000; padding: 0 20px 0 20px; margin: auto; font: 1.5em arial, verdana, sans-serif; width: 960px; height: 100%; }
URL: http://www.tutwow.com/tips/quick-tip-css-100-height/