PDA

View Full Version : changing the font color of disabled combo


veera
01-31-2006, 02:26 PM
Hi All,

Hw can i change the font color of disabled combo box?

Thanks in Advance

Veera

mark87
01-31-2006, 02:31 PM
I just did a little test, the following works in Firefox but not IE or Opera. I didn't test in any other browsers. I don't think it is possible to change the font colour of a disabled element in IE.

<select name="Country" disabled="disabled" style="color: #F00">
<option value="USA">United States</option>
<option value="CA">Canada</option>
</select>