Home >Web Front-end >CSS Tutorial >Summary of CSS clear float method
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!