Visa ett inlägg
Oläst 2004-08-31, 10:36 #9
Roberts avatar
Robert Robert är inte uppkopplad
Klarade millennium-buggen
 
Reg.datum: Jan 2004
Inlägg: 2 103
Robert Robert är inte uppkopplad
Klarade millennium-buggen
Roberts avatar
 
Reg.datum: Jan 2004
Inlägg: 2 103
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.
Robert är inte uppkopplad   Svara med citatSvara med citat