Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS creating cool large footer Re: creating cool large footer

#116063
wragen22
Member

Ok..this is what I am trying

* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
background: #444;
height: 500px;
}

.footer, .push {
clear: both;
}