graphics - Scaled png files with transparency render with jagged edges in Internet Explorer 9 ( ie9 ) -


Chrome, Firefox, Safari and IE8 all present the same PNG like this:

"Https: //i.stack.imgur. Com / j1UOQ.jpg "alt =" PNG presented correctly ">

IE9 presents it like this:

 Incorrectly rendered PNG

This code is:

  & lt; Img src = "/ img / icon-gray-search.png" />   

This is the CSS applied to this image:

  img {height: 1.5; }   

Why is this happening in IE9 only? Is there a way to fix this?

Try

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -