3 column sticky footer
- by blackessej
html, body, #box {
padding:0px;
margin:0px;
height:100%;
min-height:100%;
}
body {
background-image:url(images/footerbg.png);
background-repeat:repeat-x repeat-y scroll;
font-size:12px;
font-family:Georgia;
color:#564b47;
}
p, h1 {
margin:0px 10px 10px 10px;
}
h1 {
font-size:14px;
padding-top:10px;…