-
float => hasLayout查看全部
-
.clearfix 只应该应用在float元素的父级元素上查看全部
-
/* new */ .clearfix::after{ content: ''; display: table; clear: both; } .clearfix{ *zoom: 1; }查看全部
-
*zoom: 1; https://css-tricks.com/almanac/properties/z/zoom/#comment-1606120 http://www.satzansatz.de/cssd/onhavinglayout.html http://stackoverflow.com/questions/14927651/what-does-zoom1-do-in-bootstrap查看全部
-
清除float empty div + clear flaot css pseudo element::after{ clear flaot }查看全部
-
BFC查看全部
-
https://www.google.com/search?q=BFC&oq=BFC&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8#safe=active&q=BFC+css ## Block formatting context查看全部
-
clear float查看全部
-
smg? inline boxes查看全部
-
让IE7飙泪的浮动问题查看全部
-
<title>浮动的原本作用-文字环绕</title> <style> .test-box { width: 600px; margin: 16px auto; line-height: 1.5; font-size: 14px; } .float-left { float: left; margin: 0 10px 5px 0; } </style> </head> <body> <div class="test-box"> <img src="http://img1.sycdn.imooc.com//53d60af3000171a002560191.jpg" class="float-left";/>查看全部
-
.clearfix:after{content:'';display:table;clear:both;} .clearfix{*zoom:1;}查看全部
-
厉害了查看全部
-
float 将其他元素挤到后面,环绕文字,查看全部
-
伪元素,display table ???查看全部
举报
0/150
提交
取消