标签:
BFC( block formatting context)块级格式上下文
当发生下面的任一条时,就会触发BFC
float is not none)position is absolute or fixed)display: inline-block)display: table-cell, which is the default for HTML table cells)display: table-caption, which is the default for HTML table captions)overflow has a value other than visibledisplay: flex or inline-flex)标签:
原文地址:http://www.cnblogs.com/oneplace/p/5274097.html