ie6 double margin

[css] #box { width:150px; border:1px solid red; } #box:after{ content:"\20"; display:block; height:0; clear:both; } #innerFloat{ float:left; width:100px; height:100px; margin:0 0 0 50px; background:gray; /*display:inline;*/ } [/css] [html] <div id="box"> <div id="innerFloat"></div> </div> [/html] 解决方法:去掉注释符号,些问题只有左右margin存在.
posted @ 2010-08-10 16:43  7hihi  阅读(95)  评论(0编辑  收藏  举报