清除浮动-清除清除固定

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清除浮动-清除清除固定相关的知识,希望对你有一定的参考价值。

Add class "clear" to elements that contain floated elements and they will hold the height correctly
  1. /* CLEAR FLOATS
  2. /* Add class "clear" to elements that contain floated elements and they will hold the height correctly
  3. /* updated: 01.10.2010
  4. *******************************************************/
  5. .clear:before,
  6. .clear:after {
  7. content: ".";
  8. display: block;
  9. height: 0;
  10. visibility: hidden;
  11. }
  12. .clear:after {clear: both;}
  13. .clear {zoom: 1;}
  14. /*******************************************************/

以上是关于清除浮动-清除清除固定的主要内容,如果未能解决你的问题,请参考以下文章

如何从片段外部清除/重置地图?

css的浮动以及如何清除浮动

清除浮动的方法

清除浮动

浮动与清除浮动的六种方法

CSS清除浮动的方法