I am trying to design my disabled select box in IE7.
<div id="wwctrl_pay" class="wwctrl styled-select">
<select id="payment"><option>...</option></select>
</div>
How can I change the CSS of #wwctrl_pay if the select box is disabled?
Can I do it using CSS?
If you don’t mind some extra markup, and other limitations:
http://jsfiddle.net/s6LbB/1/
CSS:
Alternatively, if this is for IE7 only, you could try using IE’s proprietary css expressions feature.