transparent png images in Internet Explorer
- July 26th, 2007
- css, Snippet-library
This little piece of css makes it possible to use transparent png images also with Internet Explorer
This little piece of css makes it possible to use transparent png images also with Internet Explorer <code class="prettyprint"> <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> </code>
















Submit your comment