I have a web based data display/input form that contains a couple of <SELECT> dropdown inputs. The controls on the form are disabled (readonly) until the user clicks the EDIT button. With js I can cause the readonly inputs to become editable. However the <select>s do not support readonly and I must use disabled instead. This also works but the display of the disabled select is not to my liking. Is there a way to control the font color and background of the disabled select? Alternatively, is there a way to simulate the readonly attribute in a select so it will appear with black text rather than grayed out text?
Thanks for any help.
Thanks for any help.