asp.net - checkboxlist styling doesnt works -
i have tried possible ways replace default checkbox input button interactive gif image , dont know missing , or tutorial highly appreciated, below css snippet m using apply checkbox list: #left_columnforsale .accordcontent span.chkbox input[type="checkbox"] { /*background: url('../images/checkbox.gif') no-repeat;*/ background-color: #800000; } sorcecode : <span id="contentplaceholder1_checkboxlist1" class="chkbox"> <input id="contentplaceholder1_checkboxlist1_0" type="checkbox" name="ctl00$contentplaceholder1$_content$checkboxlist1$0" onclick="javascript:settimeout('__dopostback(\'ctl00$contentplaceholder1$_content$checkboxlist1$0\',\'\')', 0)" value="0 , 1000" /> <label for="contentplaceholder1_checkboxlist1_0">0 - £1,000</label> <br /> <input id="contentplaceholder1_checkboxlis...