【发布时间】:2013-11-01 02:02:04
【问题描述】:
我很难理解如何使用此复选框和单选 CSS3 代码添加禁用类以引用图像。
有什么建议吗?我尝试添加
input[type="checkbox"] [type="disabled"] + label:before {
background: url(".images/radio-check.png") -38px no-repeat scroll left top rgba(0, 0, 0, 0);
}
但没有运气。
提前致谢。
【问题讨论】:
标签: html css twitter-bootstrap