div高度:IE中的0问题

meo*_*meo 5 html css internet-explorer

clear: both我的内容我用这个:

CSS:

.clr {
  clear: both;
  height: 0; /* i have tried 0.001em to */
  line-height: .001em;
  overflow: hidden;
}
Run Code Online (Sandbox Code Playgroud)

HTML:

<div class="clr">&nbsp;</div>
Run Code Online (Sandbox Code Playgroud)

它适用于每个导航仪.但是在IE 7和8中,div仍然具有几个像素的高度.我怎么能避免这个?

Ben*_*Ben 8

这是一个IE字体问题.

font-size: 0;
Run Code Online (Sandbox Code Playgroud)

你的css声明