Margins Properties 属性 | CSS Version 版本 | Compatibility 兼容性 | Inherit From Parent 继承性 | Description 简介 |
---|---|---|---|---|
margin | CSS1 | IE4+ , NS4+ | 无 | 检索或设置对象四边的外延边距 |
margin-top | CSS1 | IE4+ , NS4+ | 无 | 检索或设置对象顶边的外延边距 |
margin-right | CSS1 | IE4+ , NS4+ | 无 | 检索或设置对象右边的外延边距 |
margin-bottom | CSS1 | IE4+ , NS4+ | 无 | 检索或设置对象底边的外延边距 |
margin-left | CSS1 | IE4+ , NS4+ | 无 | 检索或设置对象左边的外延边距 |
扩展阅读:
IE | Firefox | Chrome | Safari | Opera |
---|---|---|---|---|
所有主流浏览器都支持 margin 属性。
注释:任何的版本的 Internet Explorer (包括 IE8)都不支持 "inherit" 和 "collapse" 属性值。