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

Summary of CSS clear float method

巴扎黑
Release: 2017-08-11 13:53:02
Original
1150 people have browsed it

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
}
Copy after login


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

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!

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