Saxat från nätet:
Kod:
Starting with IE 5.5, Microsoft started providing a filter to give your PNG alpha channel transparency. One nice thing about this filter is that it can be used in both HTML style tags or scripting. An example of how you might call it from a style tag is:
<img alt="Transparant PNG" src="myimage.gif" style="width: 200px; height: 200px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myimage.png', sizingMethod='scale')" />
Note that the src property has no default and must be defined for this filter to affect the object's display.