要清除:我的内容都使用了这个:
CSS:
.clr {
clear: both;
height: 0; /* i have tried 0.001em to */
line-height: .001em;
overflow: hidden;
}
HTML:
它适用于每个导航仪.但在IE 7& 8 div仍然具有几个像素的高度.我怎么能避免这个?
最佳答案
这是一个IE字体问题.
加
font-size: 0;
你的css声明
原文链接:https://www.f2er.com/html/426391.html