internet explorer - IE 9 and IE 8 display cross sign while search in text box -


i have issue while search display cross sign in ie (9, 8 ).

in ie 10 display using following code issues solve

::-ms-clear {

display: none;

}

anyone know how solve that

but still display in ie 9 , ie 8

check screen shotenter image description here

please me. in advance


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -