input background image oversized in IE8 -


i have issue input background image seems getting oversizes when opening in ie8 (this not happens in ie10 or chrome).

this code 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 images show difference between chrome , ie8

chrome http://img41.imageshack.us/img41/9963/q3cb.png

ie8 http://img268.imageshack.us/img268/5109/0z49.png

so, question how fix behavior in ie8?

thanks in advance!

please fix code.

i add this:

html:

<img id="fix" src="imagelink" /> 

css:

#fix { width: 100%; height: 100; } 

that should make image size of user's webpage.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -