I have an issue with an input background image that seems to be getting oversizes when opening in IE8 (this does not happens in IE10 or chrome).
This is the code for the input:
<input class="search rounded" id="searchText" style="background: url(/cat/Images/search-icon-th.png) no-repeat 4% 50%; backgroundsize: 16px;" placeholder="Search" jQuery19107063960315369351="31"/>
And the images to show the difference between Chrome and IE8
Chrome http://img41.imageshack.us/img41/9963/q3cb.png
IE8 http://img268.imageshack.us/img268/5109/0z49.png
So, my question is how i fix this behavior in IE8?
Thanks in advance!