将多选框选中时打勾的颜色
发布时间:2016-12-30 来源:查字典编辑
摘要:body{font-size:12px;}.checkbox{width:12px;height:12px;background-image...
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; } 将多选框选中时打勾的颜色设为:(注:颜色值可以自行更改) /******************************************* 自定义 checkbox 打勾颜色的例子 This JavaScript was writen by Dron. @2003-2008 Ucren.com All rights reserved. *******************************************/ var actColor = "#f00"; var divs = document.getElementsByTagName("div"); for(var i=0;i