Daniel: IE & float

Beitrag lesen

Ahoi kEv*,

#container{

clear:both;

margin:0 auto;
width:60%;
}
#content{

margin:0;

width:70%;
float:left;
}
#sidebar{

margin:0;
float:right;

width:30%;
font-size:80%;
}
#footer{
}

So würd ich es mal probieren, allerdings könnte es zu rundungsfehler bei den prozent kommen das du insgesamt auf 100%+1px breite kommst.

MfG