Forums

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

Home Forums CSS [Solved] Problem with IE and Body not adjusting height Re: [Solved] Problem with IE and Body not adjusting height

#77555
jamygolden
Member

Change this:

Code:
#right {
float:right;
height:100%;
padding:10px;
width:675px;
}

To this:

Code:
#right {
float:right;
padding:10px;
width:675px;
}