I\'m trying to get a garish red border around some radio buttons, but it is not showing up in Firefox latest or Chrome latest. Work fine in IE9/IE8.
Each of the inp
This may help you:
.style { border: 1px solid red; width: 20px; height: 20px; text-align: center; margin-top: 2px; background-color: #f0ffff; }
View on JSFiddle