Change disable color of a checkbox list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

d define a disabled checkbox list and like to override the default grey
color, what property of the control should I use? I tried forecolor, and
others, but seemed not to work.
 
Hi Steve,
That is dependent on the browser. You can not change it. To change it you
need to not disable it, then recreate the disabled functionality with
javascript.
Tim
 
Back
Top