lundi 14 décembre 2015

how to style checkbox like a radio button in IE

I know it sounds wired. Currently I have multiple checkboxs I want to make it looks like radio button

following CSS not working in IE

input[type='checkbox'] {
-webkit-appearance: radio; /* Chrome, Safari, Opera */
-moz-appearance: radio;    /* Firefox */
appearance: radio;   //how about IE>8 ?
}




Aucun commentaire:

Enregistrer un commentaire