基础 - CSS3盒模型
Posted WeWeZhang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基础 - CSS3盒模型相关的知识,希望对你有一定的参考价值。
content
padding
border
margin
常见问题:
W3C盒子下的width height和 IE盒子下的width height?
W3C盒子下的width height padding内部的区域,即content
IE盒子下的width height margin内部的区域,即content+padding+border
CSS3的解决方案
/*以border为盒子界*/ box-sizing: border-box;
以上是关于基础 - CSS3盒模型的主要内容,如果未能解决你的问题,请参考以下文章