前端之家收集整理的这篇文章主要介绍了
CSS:float:right不扩展容器,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
添加溢出:隐藏到容器,以便它可以包含浮动:
.comment
{
width: 960px;
margin: auto;
margin-top: 24px;
font-size: 14px;
background-color: #777777;
overflow: hidden;
}
原文链接:https://www.f2er.com/css/216219.html