您的位置:首页 > 其它

clear both or overflow hidden , a clearfix solution

2015-04-15 06:35 393 查看
http://stackoverflow.com/a/15182978/2177408

overflow:hidden
makes
the element establish a new block
formatting context. This fixes the float containment of any children floating within it. This CSS fix is more practical then
including an additional element in the HTML styled with
clear:both
and
works on all modern browsers, including IE7+.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: