html清除浮动的几种方法

2025-01-08 10:14:42
推荐回答(1个)
回答1:

1 给父元素添加固定高度
2给父元素添加overflow:hidden
3.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
4结尾处添加空div标签clear:both