Have used the below lines of code in CSS to remove the cross mark in IE10 .But the cross mark still appears.Please help me how to solve this.
input[type=text]::-ms-clear {
display:none;
}
Have used the below lines of code in CSS to remove the cross mark in IE10 .But the cross mark still appears.Please help me how to solve this.
input[type=text]::-ms-clear {
display:none;
}