Home › Forums › CSS › change color disable text in IE › Reply To: change color disable text in IE
March 11, 2015 at 4:51 am
#197864
Member
What element are you trying to affect?
The :disabled CSS pseudo-class represents any disabled element. An element is disabled if it can’t be activated (e.g. selected, clicked on or accept text input) or accept focus. The element also has an enabled state, in which it can be activated or accept focus.
Also, which version of IE?
Can you make a Codepen.io demo?