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.
Author
Posts
Viewing 1 post (of 1 total)
The forum ‘CSS’ is closed to new topics and replies.