.one { background:red; float:left; width:200px; } .two { overflow: hidden; background:green; } .clear { clear:both; background:yellow; }
.one { background:red; float:left; width:200px; } .two { margin-left:200px; background:green; } .clear { clear:both; background:yellow; }