How to change the input type Checkbox border,background and compatible with every browser
I have used
.chkBox{
 border:1px solid red;
 background:#CC3333;
 width:15px;
 height:15px
 } 
But i am not getting my desire out put.
How to change the input type Checkbox border,background and compatible with every browser
I have used
.chkBox{
 border:1px solid red;
 background:#CC3333;
 width:15px;
 height:15px
 } 
But i am not getting my desire out put.
 
    
    Checkbox is one of the element that browsers tend not to let you style that much. for that you can use JS http://www.no-margin-for-errors.com/projects/prettycheckboxes/ 
OR
You can achieve this with css hack check this
