Home > Web Front-end > CSS Tutorial > Summary of CSS clear float methods

Summary of CSS clear float methods

高洛峰
Release: 2017-02-04 09:29:50
Original
1244 people have browsed it

Clear Floating

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

For more CSS clearing floating methods summary and related articles, please pay attention to the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template