Forums

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

Home Forums CSS input[type=text]::-ms-clear{display:none;} not working.

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #206632
    gowda24
    Participant

    I wanted to remove the input type text clear(‘X’) icon from IE 10.

    Added the css code
    input[type=text]::-ms-clear{
    display:none;
    }

    It works fine in IE 10.

    But in IE 10 if I change the document mode from the developers tool bar to IE 9, then the clear icon appears in the input text.

    #206633
    Paulie_D
    Member
    #206635
    gowda24
    Participant

    @Paulie_D
    Thanks for the quick reply.

    The code apply’s when the browser mode is IE10 and document mode is standard i.e IE 10 only.

    But my browser mode is IE 10 and document mode is IE9.(i have changed the document mode to IE9)

    The close icons’X’ appears and code is not adding any change.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.