天天看点

CSS :read-write 选择器

CSS :read-write 选择器

完整CSS选择器参考手册

如果 input 元素不是只读,即没有 "readonly" 属性,设置输入框样式为黄色:

input:read-write

{

background-color: yellow;

}

:read-write 选择器用于匹配可读及可写的元素。

注意: 目前, 在大多浏览器中, :read-write 选择器只使用于设置了input 和 textarea 元素。

表格中的数字表示支持该属性的第一个浏览器版本号。

选择器

:read-only

支持

不支持

-moz- 

Yes

:read-write

css 声明;

CSS 选择器 :read-only

CSS :read-write 选择器