I have a HTML div
element on a page that is updated when a select
element on the page changes. Sometimes the input
tags (text boxes) need to be disabled based on the selection.
Here is the problem: the project stakeholders like the functionality, they just think in the "disabled" state, the text box contents are too light and therefore unreadable. Can I apply CSS to a disabled control? Or should I be setting the text boxes to readonly
and using some other CSS. This application is also using jQuery, if that helps. And ideas or suggestions here?