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; }
1.4m articles
1.4m replys
5 comments
57.0k users