i am using win8 and IE 10 , in this Browser i want remove Cross sign as shown in image (auto clear sign) in my web page. can any one help ...????
![enter image description here][1]
i am using win8 and IE 10 , in this Browser i want remove Cross sign as shown in image (auto clear sign) in my web page. can any one help ...????
![enter image description here][1]
From this question:
input[type=text]::-ms-clear {
display: none;
}
::-ms-clear {
display: none;
}