Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS change color disable text in IE Reply To: change color disable text in IE

#197864
Paulie_D
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?