IE CSS HACK

  • Remove IE clear button on input text field (Remove cross x icon from input text field):
.InputFieldClassName::-ms-clear {
  display: none;
}
  • Coming soon related articles.

No comments:

Post a Comment

Powered by Blogger.