今天来总结一点关于css中哪些属性可以被继承,哪些不可以被继承。不是很全,仅供大家参考,也方便于自己以后复习。
一、不能被继承的属性
1、display:规定元素应该生成的框的类型
2、文本属性:
vertical-align、 text-decoration、text-shadow 等
3、盒子模型的属性:
width、height、margin 、border、border-style、padding 等
4、背景属性:
background、background-color、background-image、background-repeat、background-position、background-attachment 等
5、定位属性:
float、clear、position、top、left、right、bottom、overflow、z-index 等
二、能被继承的属性
1、字体系列属性
font、font-family、font-weight、font-size、font-style 等
2、文本系列属性
text-indent、 color、text-align、line-height、word-spacing 等
3、元素可见性:visibility
4、光标属性:cursor
5、列表布局属性:list-style
网友评论