Title: Textbox has cancel icon (x) in IE 11 Post by: glarsen on August 19, 2014, 08:22:53 AM Hi,
A textbox in IE 11 shows an 'x' after entering characters. This does not happen in Firefox. I want to use the clear icon textbox demo example but in IE both are displayed. Thanks for any help, Gary Title: Re: Textbox has cancel icon (x) in IE 11 Post by: wade.zhu on August 20, 2014, 02:11:48 AM add a css like this
Code: input::-ms-clear, input::-ms-reveal { Title: Re: Textbox has cancel icon (x) in IE 11 Post by: glarsen on August 21, 2014, 12:42:16 PM Thank you!
|