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"> </div>
Run Code Online (Sandbox Code Playgroud)
它适用于每个导航仪.但是在IE 7和8中,div仍然具有几个像素的高度.我怎么能避免这个?