ms-clear pseudo element example

by J. Albert Bowden

HTML

Type in text (has noXButtonClass)<br /> <input type="textbox" class="noXButton" />

<br />
<br />
Type in text (no  noXButtonClass)<br /> <input type="textbox"  />

CSS

.noXButton::-ms-clear {
  width : 0;
  height: 0;
}