一个老外弄的Clearing floats(清除浮动的方法)
我常用的都是clear:both;方法,如 <divstyle="clear:both"> <divstyle="float:left"></div> <divstyle="float:right"></div> </div> 今在PlanABC看到另外这种方法,特些记录下来。 div.container{ border:1pxsolid#000000; } div.left{ wid...