Posted: 5 years ago

Filed under: CSS

Tagged with:

Follow comments

PNG Alpha transparency code in IE

Because of incompatibilities between IE and the world, to get PNG transparency to work in IE you need to add this to your stylesheet:

img.transparent { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myimage.png',sizingMethod='scale');}

There’s more information at A List Apart and WebFX

Leave a Reply