Forums

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

Home Forums CSS 100% height of floated elements Re: 100% height of floated elements

#113051
mmoustafa
Member

change the **body > #wrap** to

body > #wrap {
height: 100%;
box-sizing:border-box;
padding-bottom:200px;
}

But take care, the **box-sizing** property is IE 8+ only.