internet explorer - IE Text box error in search bar -
i have problem in ie, when start writing in text box got ">" arrow @ end of text box.
in others browser doesn't show, had similar problem ?
thanks
what you're seeing half of x
symbol added input fields recent versions of ie.
this x
"clear field" button. ie has added new feature in ie10.
the reason you're seeing half of because go
button sittin on top of it, overlaying edge of field. may or may not intentional, either way can solve issue either moving go
button, or adjusting length of field.
which way go depend on whether want x
visible or not. choose hide behind go
button, or shorten field size x
visible. you.
[edit]
alternatively can use css rid if don't want x
appear @ all.
input::-ms-clear { display: none; }
this remove input fields. or replace input
classname or other selector if want remove specific fields.
(with @mikrimouse reminding me of css option)
hope helps expain things.
Comments
Post a Comment