1. 程式人生 > >去掉複選框的預設樣式

去掉複選框的預設樣式

.c_table .table2 tr td .che1 input{     float:left;     width:18px;     height:17px;     border:0;     outline:none;     margin-right:5px;     background:url(images/min_ico4.png) no-repeat;     appearance: none;     -o-appearance: none;     -moz-appearance: none;     -webkit-appearance: none; } .c_table .table2 tr td .che1 input:checked{     background:url(images/min_ico3.png) no-repeat;     border:0;     outline:none; }