Why "overflow: hidden" clears a float?
The question is simp开发者_运维问答le and short: why does overflow: hidden;
clear floating? I looked in to the w3 standard documentation and it did not imply anything.
Because you establish a new Block Formatting Context when using overflow
with anything ofther then visible
(link to the w3.org specs).
精彩评论