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; }