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?