css Css清除修复没有额外的标记(ie8 +)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Css清除修复没有额外的标记(ie8 +)相关的知识,希望对你有一定的参考价值。

/**
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

以上是关于css Css清除修复没有额外的标记(ie8 +)的主要内容,如果未能解决你的问题,请参考以下文章

CSS 清除Floats没有标记

CSS IE8 Fieldset Legend错误修复

清除浮动最有效的css写法

使用 CSS 修复 mpdf 中 sup 标签上方的额外间距

IE7、IE8支持css3媒体查询[重复]

css CSS:简单清除修复