Forums

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

Home Forums CSS IE 10 input clear button disable

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #145265
    gowda24
    Participant

    Adding the css fixes the IE 10 input clear button issue.
    input[type=text]::-ms-clear{
    display:none;
    }

    i have worked many times regarding this issue .
    But today got stuck up, the css was not applying even after clearing
    the browser history, clearing the cache memory.

    Stuck with more an 2 hours.

    Finally resolved by restarting the browser.

    Is there any reason why few styles get added only on restart on IE browsers.

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