1,可以在所有子元素后增加<div style="clear:both;"></div>
2,给父容器增加样式:
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
兼容IE样式:
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */
3,父容器增加样式:overflow:hidden
感觉第三种方法最为简单。
原文地址:https://www.cnblogs.com/Tpf386/p/11790849.html
时间: 2024-11-11 03:08:14