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
Post a Comment