css不继承父级的有:1、文本属性;2、盒子模型的属性;3、背景属性;4、定位属性;5、生成内容属性;6、轮廓样式属性;7、页面样式属性;8、声音样式属性。

本教程操作环境:windows7系统、css3版,DELL G3电脑。

css不继承父级的有:

1、display:规定元素应该生成的框的类型

2、文本属性:

  • vertical-align:垂直文本对齐

  • text-decoration:规定添加到文本的装饰

  • text-shadow:文本阴影效果

  • white-space:空白符的处理

  • unicode-bidi:设置文本的方向

3、盒子模型的属性:

width、height、margin 、margin-top、margin-right、margin-bottom、margin-left、border、border-style、border-top-style、border-right-style、border-bottom-style、border-left-style、border-width、border-top-width、border-right-right、border-bottom-width、border-left-width、border-color、border-top-color、border-right-color、border-bottom-color、border-left-color、border-top、border-right、border-bottom、border-left、padding、padding-top、padding-right、padding-bottom、padding-left

4、背景属性:

background、background-color、background-image、background-repeat、background-position、background-attachment

5、定位属性:

float、clear、position、top、right、bottom、left、min-width、min-height、max-width、max-height、overflow、clip、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

相关教程推荐:CSS视频教程

以上就是css有哪些属性不继承父级的的详细内容,更多请关注php中文网其它相关文章!

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。