how to remove the 'x' symbol .
it will come only IE browser not come in Chrome and firefox.most of the user using IE only
Solution:
Please fallow below steps your issue will be resolve.
1. Create one style.css file with below content
input[type=text]::-ms-clear {
display: none;
}
2. Go To Internet Options > General tab > Accessability button > "Format documents using my style sheet" and browse .css file and click ok.
check below screen shot as well.
No comments:
Post a Comment