1

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.

1

2 Answers 2

1

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

http://www.thecssninja.com/css/custom-inputs-using-css

Sign up to request clarification or add additional context in comments.

Comments

0

If you can use jQuery, you can customize the check boxes. Please go here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.