1. 程式人生 > >CSS中哪些屬性可以繼承?

CSS中哪些屬性可以繼承?

CSS中可以繼承的屬性如下:
1)文字相關屬性:font-family、 font-size、 font-style、font-variant, font-weight、 font、 letter-spacing、line-height、text-align、 text-indent、text-transform、word-spacing、color;
2)列表相關屬性:list-style-image、list-style-position、list-style-type、list-style;
3)表格相關屬性:border-collapse、border-spacing、caption-side、table-layoute;
4)其他屬性:Cursor、visibility。