Currently I am working on a website which is using meta tag to render the page in IE9 mode [ BrowserMode: IE10, DocMode: IE9 Standards ]
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7, IE=9" />
In IE10 lots of CSS breaks in the page, so using IE=Edge
is not a viable solution as of now ( may be in future this will be used once all the css is fixed, but I don't see this near future ).
Now, the point is all of the textbox have clear button in it. In just one of the textbox we don't need that cross ( as we already have a custom (x) button far right from text-box ).
I tried ::-ms-clear
but that didn;t worked as we are on BrowserMode: IE10 and DocMode:Standards. What can be done now to remove that 'X' .
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…