man*_*anu 7 css jquery mozilla
我正在为jQuery中的复选框应用样式
$("#reg_checkbox").css("border","thin solid red");
边框在IE中运行良好,但在mozilla中没有,我怎样才能使浏览器兼容?
Eri*_*tis 18
使用大纲:http: //jsfiddle.net/Kqcx7/1/
$('#reg_checkbox').css('outline-color', 'red'); $('#reg_checkbox').css('outline-style', 'solid'); $('#reg_checkbox').css('outline-width', 'thin');
归档时间:
15 年,5 月 前
查看次数:
14862 次
最近记录: