javascript - Radio button color is black in IE 11 but blue in IE 8 by default. How to make radio button of IE 11 same like IE 8? -


i don't think description required. need ie 11 radio button same in ie 8 i.e. 3-d blue in color. in ie 11 default radio button 2-d , black in color. no solution uptill now.

input::-ms-check {      color: red;  }
<input type="radio" />

input::-ms-check {      color: red;  }
<input type="radio" />

this appears black not red.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -