transparent png images in Internet Explorer
- July 26th, 2007
- No Comments
- css, Snippet-library
This little piece of css makes it possible to use transparent png images also with Internet Explorer
<div style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='YourPngFile.png'); width: WIDTHpx; height: HEIGHTpx;">
<img src="YourPngFile.png" width="WIDTH" height="HEIGHT" style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)" alt="transparent png" title="transparent png" />
</div>
