23.04.2011, 05:10
Web-Entwickler, die mit PNG-Dateien arbeiten, können die Filter AlphaImageLoader wie im folgenden Beispiel veranschaulicht:
<html>
<head> </ head>
<body bgColor="blue">
<-! Das DIV-Container ist das Ziel für das Bild. ->
<Div id = "oDiv"style = "position: absolute; links: 140px, Höhe: 400, Breite: 400;
Filter: progid: DXImageTransform.Microsoft.AlphaImageLoader (
src = 'image.png', sizingMethod = 'scale '); ">
</ DIV>
</ body>
</ html>
<html>
<head> </ head>
<body bgColor="blue">
<-! Das DIV-Container ist das Ziel für das Bild. ->
<Div id = "oDiv"style = "position: absolute; links: 140px, Höhe: 400, Breite: 400;
Filter: progid: DXImageTransform.Microsoft.AlphaImageLoader (
src = 'image.png', sizingMethod = 'scale '); ">
</ DIV>
</ body>
</ html>