E::selection
- 版本:CSS3
语法:
E::selection{ sRules }
说明:
设置对象被选择时的样式。
兼容性:
- = 支持
- = 不支持
- = 部分支持
- = 实验性质
支持版本\类型 | |||||
---|---|---|---|---|---|
较早版本 | 6.0-8.0 | 4.0 | 5.1 | 13.0 | 11.50 |
较新版本 | 9.0 |
写法:
内核类型 | 写法(E::selection) |
---|---|
Webkit(Chrome/Safari) | E::selection |
Gecko(Firefox) | E::-moz-selection |
Presto(Opera) | E::selection |
Trident(IE) | E::selection |