CSS3 :disabled 选择器

 2022-05-25    555  

CSS3 :disabled 选择器

实例

CSS3 :disabled 选择器

为所有 type="text" 的被禁用的 input 元素设置背景色:


input[type="text"]:disabled
{ 
background-color: #dddddd;
}

定义和用法

:disabled 选择器匹配每个被禁用的元素(大多用在表单元素上)。

实例

First name:
Last name:
Country:

  •  标签:  
  • css
  •  

原文链接:https://77isp.com/post/961.html

=========================================

https://77isp.com/ 为 “云服务器技术网” 唯一官方服务平台,请勿相信其他任何渠道。