Possible Duplicate:
Checkbox size
I’m trying to make some checkboxes display larger in most modern browsers (FF10, Chrome, IE9+)
I tried setting the width/height but that only works in FF, not in Chrome or IE.
Any suggestions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the
transformstyle with ascalefunction. See http://jsfiddle.net/kwEK6/This works in many browsers, but, of course, not all…