Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/70.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何提高其处于禁用模式的复选框的可见性_Html - Fatal编程技术网

Html 如何提高其处于禁用模式的复选框的可见性

Html 如何提高其处于禁用模式的复选框的可见性,html,Html,是否可以为处于禁用模式的复选框应用css样式?。在Diastable模式下,我需要保持边框与其处于启用模式时一样 input[disabled] { ... /* CSS CODE IS HERE */ ... } //更新的CSS input[type=checkbox][disabled].asp { /* CSS CODE IS HERE */ ... } asp i css类在哪里 //更新的CSS input[type=checkbox][disabled].asp {

是否可以为处于禁用模式的复选框应用css样式?。在Diastable模式下,我需要保持边框与其处于启用模式时一样

input[disabled] {
...
/* CSS CODE IS HERE */
...
}
//更新的CSS

input[type=checkbox][disabled].asp {
/* CSS CODE IS HERE */
    ...
 }
asp i css类在哪里

//更新的CSS

input[type=checkbox][disabled].asp {
/* CSS CODE IS HERE */
    ...
 }

其中asp i css类

aps-这是您在css中的类?像这样使用输入[type=checkbox][disabled]。aspimage border表示方形边框。。。。。。请参考此链接并查看环绕正方形的红色线条。您可以在此处找到自定义css复选框样式aps-这是您在css中的类?像这样使用输入[type=checkbox][disabled]。aspimage border表示正方形边框。。。。。。请参考此链接并查看方框周围的红色线条。您可以在此处找到自定义css复选框样式。有关可用性的更多选项,请参考此链接。请按照此示例进行操作。有关可用性的更多选项,请参阅此示例。按照这个例子。