body
{
font-size:12px;
}
.checkbox
{
width:12px;
height:12px;
background-image:url(http://ucren.com/files/WebTex/setCheckbox/images/checkbox.gif);
background-color:#fff;
line-height:1px;
font-size:1px;
}
将多选框选中时打勾的颜色设为:(注:颜色值可以自行更改)
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
推荐阅读
js类 from qq
复制代码 代码如下:var Comment = new Object(); var $C = function(tagName) { return document.createElement(tagName); }; String.prototype.trim = function() { return this.replace(/^s*|s*$/g,"">>>详细阅读
本文标题:将多选框选中时打勾的颜色
地址:http://www.17bianji.com/kaifa2/JS/31398.html
1/2 1