I have a png based icon that I want to embed inside an input box, with CSS:
background:url(/images/icon.png) 20px 20px no-repeat #fff;
It should be 20*20 PX
If I use a high res icon, say 100*100: It's clear on iPhone, but sketchy on IE
If I use a 20*20 (lower res):
It's blurry on iPhone, and fine on IE.
What's the best trick to resolve this?