css 可继承属性
能继承的属性
1、字体系列的属性:font、font-family、font-weight、font-size、font-style;
2、文本系列属性:
内联元素:color、line-height、word-spacing、letter-spacing、text-transform
块级元素:text-indent、text-align
3、元素可见性:visibility
4、表格布局属性:caption-side、border-collapse、border-spacing、empty-cells、 table-layout;
5、列表样式属性:list-style、list-style-type、list-style-position、list-style-image
6、光标属性 cursor
不能继承的属性
1、display:规定元素应该生成的框的类型;
2、文本属性:vertical-align、text-decoration;
3、盒子模型的属性:width、height、margin 、border、padding;
4、背景属性:background、background-color、background-image;
5、定位属性:float、clear、position、top、right、bottom、left、min-width、 min-height、max-width、max-height、overflow、clip;
6、浮动和清除属性:float、clear