Forums

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

Home Forums CSS Fixed Header/Footer Layout issues : ( Reply To: Fixed Header/Footer Layout issues : (

#149914
GZA
Participant

Any idea why its not working?

`

`

`.push {height: 100px;display: block;}
.push{height:100%}

* {margin: 0;}
html, body {height: 100%;}
.header-wrap {
    min-height: 100%;
    margin-bottom: -100px;
    max-height: 100%;
    background-color: #3CF;
}
push:after {content: ""; display: block;}
.footer, .push :after {
    /* same as footer */ height: 100px;
}


.footer {
    background-color: #262626;
}`