Clear floats without structural markup
- 作者: 小三儿5921297
- 来源: 51数据库
- 2022-09-21
.clearfix
{
display: inline-table;
/* Hides from IE-mac \*/
height: 1%;
display: block;
/* End hide from IE-mac */
}
html>body .clearfix
{
height: auto;
}
.clearfix:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
推荐阅读
