CSS参考手册
»
选择符列表
»
伪类选择符
»
相关内容:
其它伪类选择符参考
选择其它项
E:link
E:visited
E:hover
E:active
E:focus
E:lang()
E:not()
E:root
E:first-child
E:last-child
E:only-child
E:nth-child(n)
E:nth-last-child(n)
E:first-of-type
E:last-of-type
E:only-of-type
E:nth-of-type(n)
E:nth-last-of-type(n)
E:empty
E:checked
E:enabled
E:disabled
E:target
@page:first
@page:left
@page:right
结构性伪类选择符 E:only-child
版本:CSS3
语法:
E:only-child
{ sRules }
说明:
匹配父元素仅有的一个子元素E。
要使该属性生效,E对象必须是某个对象的子元素。
兼容性:
浅绿
= 支持
红色
= 不支持
墨绿
= 部分支持
橙色
= 实验性质
支持版本
\类型
IE
Firefox
Safari
Chrome
Opera
较早版本
6.0-8.0
4.0
5.1
13.0
11.50
较新版本
9.0
示例:
结构性伪类选择符 E:only-child_CSS参考手册_web前端开发参考手册系列
只有唯一一个子元素
结构性伪类选择符 E:only-child
有多个子元素
结构性伪类选择符 E:only-child
结构性伪类选择符 E:only-child
结构性伪类选择符 E:only-child