How can I disable the new functionality in Internet Explorer 10 that shows a little 'x' in a textbox when it's focused and I have content in it?
input[type=text]::-ms-clear { display: none; }
2.1m questions
2.1m answers
60 comments
57.0k users