暂无 |

28. DIV 浮动 IE 文本产生 3 象素的 bug

A
B
C
D
答案:

左边对象浮动,右边采用外补丁的左边距来定位,右边对象内的文本会离左边有 3px 的间距.

#box{ float:left; width:800px;} #left{ float:left; width:50%;} #right{ width:50%;} *html #left{ margin-right:-3px; //这句是关键}

</div>
</div>
解释:
css兼容

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论