Styling a control

  • Thread starter Thread starter Roshawn
  • Start date Start date
R

Roshawn

Hi,

Could someone tell me if it's possible to style a disabled control? Instead
of the default gray look, can I make it look different (change its color,
border(s), etc.) ?

Thanks,
Roshawn
 
It depends on how the control was developed. If you build your
own control you can include HTML and CSS that will allow
the control to be modified when it is not enabled.
 
Back
Top