How to set borders and background color around radio buttons in Firefox, Safri and Chrome ?
I know that it only works with IE.
Below is IE capture with red borders + red background.

Below is a Chrome capture with red borders + a red background.

As you can see, borders + background are not displayed.
Here is my css:
.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
Thanks.
source share