另一种清除浮动元素的方法(FFIE 6IE 7IE 8 Beta)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了另一种清除浮动元素的方法(FFIE 6IE 7IE 8 Beta)相关的知识,希望对你有一定的参考价值。

This method uses the "min-height" property to give "hasLayout" in IE 7, "height" property for IE 6 and the pseudo-element ":after" and "content" property for Gecko based and IE 8 Beta.
  1. .clearfix:after{content: ""; display: block; clear: both; height: 0; visibility: hidden;}
  2. .clearfix{min-height: 0; height: 0;}
  3. html>body .clearfix{height: auto;}

以上是关于另一种清除浮动元素的方法(FFIE 6IE 7IE 8 Beta)的主要内容,如果未能解决你的问题,请参考以下文章

CSS 另一种清除浮动元素的方法(FF,IE 6,IE 7,IE 8 Beta)

IE6IE7IE8及其他浏览器多个元素并排显示

浮动元素margin-bottom失效 — IE6盒模型

html5shiv.js让吃屎的IE6IE7IE8支持html5去吧

支持IE6IE7IE8等低端浏览器的简化版vue

IE6IE7IE8的阴影和渐变填充