Customizing Radio buttons
问题 -webkit-appearance does a wonderful job at letting you customize the appearance of your radio buttons. However, browsers that don't use webkit and older browsers, don't really support this. So it wont work. I am looking for a solution that will work with both, browsers that don't use webkit (like Firefox and IE) and older webkit browsers that don't support CSS3. input[type="radio"] { margin: 50px 50px 0 0; padding: 0; width: 200px; height: 200px; position: relative; clear: none; float: left;