搜索列表
-
一个老外弄的Clearing floats(清除浮动的方法)
【CSS/HTML】我常用的都是clear:both;方法,如 <div style="clear:both"> <div style="float:left"></div> <div style="float:right"></div> </div> 今在PlanABC看到另外这种方法,特些记录下来。 div.container {  ...
一个老外弄的Clearingfloats(清除浮动的方法)