Home  >  Article  >  Web Front-end  >  Summary of CSS clear float method

Summary of CSS clear float method

巴扎黑
巴扎黑Original
2017-08-11 13:53:021065browse

This article mainly introduces the relevant information about CSS clear float summary. Friends who need it can refer to it

Clear float


//IE浏览器

.clearfloat{
 zoom:1
}


//其他浏览器
.clearfloat ; after{
 display:bloak;
 clean:both;
 content:"";
 visibility: hidden;
 height:0
}

The above is the detailed content of Summary of CSS clear float method. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn