BrianSP
03-27-2004, 12:45 AM
In the following code I have a problem with the text under and over the transparent png turning white and blocky after I scale the whole page to 90% of its original width. I this a bug or am I doing something wrong?
<html>
<body style="background-color: lightgrey; filter:progid:DXImageTransform.Microsoft.Matrix(M1 1='1', sizingmethod='auto expand')">
<p style="font-weight: 700;color:blue; position:absolute; top:40px;">Text Text Text Text Text Text Text Text Text</p>
<div style="width: 150px; height: 150px; position:absolute; top:0px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.bluevolume.com/v3/i/50percent.png', sizingMethod='scale')"></div>
<p style="font-weight: 700;color:blue; position:absolute; top:60px;">Text Text Text Text Text Text Text Text Text</p>
</body>
</html>
<html>
<body style="background-color: lightgrey; filter:progid:DXImageTransform.Microsoft.Matrix(M1 1='1', sizingmethod='auto expand')">
<p style="font-weight: 700;color:blue; position:absolute; top:40px;">Text Text Text Text Text Text Text Text Text</p>
<div style="width: 150px; height: 150px; position:absolute; top:0px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.bluevolume.com/v3/i/50percent.png', sizingMethod='scale')"></div>
<p style="font-weight: 700;color:blue; position:absolute; top:60px;">Text Text Text Text Text Text Text Text Text</p>
</body>
</html>