How to design a radio button, which looks the sam in Firefox, Chrome and IE11
问题 I want to design a group of Radio buttons which should look the same in Chrome, Firefox and IE 11. My solution looks pretty fine in Firefox. In Chrome there is a blue box round the buttons and in IE 11 it seems, that the color and border is not recognized. That is how it should look like. Taht is how it looks in Chrome and that is it how it looks like in IE 11 This is my Code, HTML .radiobuttons{ background-color: white; font: 16px Arial, sans-serif; } .radiolabel{ font: 16px Arial, sans