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

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #197863
    riki90
    Participant

    how to change color disabled text in IE ?
    my code :

    :disabled{
    color: orange;
    }

    it work in firefox, but not worked 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?

    #197866
    riki90
    Participant

    IE 8
    i don’t know Codepen.io demo

    #197867
    Paulie_D
    Member
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.