Is it possible to change the background color of an input radio in Firefox/Chrome like in IE? (Without using images)
Run this in both IE(<9) and Firefox/Chrome
Thanks
|
Is it possible to change the background color of an input radio in Firefox/Chrome like in IE? (Without using images) Run this in both IE(<9) and Firefox/Chrome Thanks |
|||
|
|
|
Alternatively it is possible to change the border using CSS. This is the input radio:
And this is the CSS:
|
|||
|
|
|
input radio is just a circle, so you can change the style of the < a > or < div > tag like this: |
||||