views:

42

answers:

2

by default, when we put disabled="disabled" for <input type="radio".. . it will turn grey color. what is the css i need to use the change the color ? can i do this instantly with jquery ?

+1  A: 

styling radio buttons is not widely supported by most browser as you can see in this test.

but if you really want it, you may try this plugin

Reigel