相关疑难解决方法(0)

更改单选按钮的背景颜色

是否可以像 IE 一样更改 Firefox/Chrome 中单选按钮输入的背景颜色?(不使用图像)

在 IE(<9) 和 Firefox/Chrome 中运行:

input[type="radio"] {
  background: red;
}
Run Code Online (Sandbox Code Playgroud)
<input type="radio" /> RadioButton
Run Code Online (Sandbox Code Playgroud)

在 JSFiddle 上查看

css background-color radio-button

6
推荐指数
2
解决办法
5万
查看次数

标签 统计

background-color ×1

css ×1

radio-button ×1