css不能被继承的属性有哪些?
1、display:规定元素应该生成的框的类型
2、文本属性:
vertical-align、 text-decoration、text-shadow、white-space、unicode-bidi
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 等
6、生成内容属性:
content、counter-reset、counter-increment
7、轮廓样式属性:
outline-style、outline-width、outline-color、outline
8、页面样式属性:
size、page-break-before、page-break-after
9、声音样式属性:
pause-before、pause-after、pause、cue-before、cue-after、cue、play-during
更多web开发知识,请查阅 HTML中文网 !!