Help - Search - Members - Calendar
Full Version: Png Files Do Not Show Transparency In IE
MSFN Forums > Coding, Scripting and Servers > Web Development (HTML, Java, PHP, ASP, XML, etc.)

   
Google Internet Forums Unattended CD/DVD Guide
prathapml
Web developers who work with PNG files can use the AlphaImageLoader filter, as demonstrated in the following example:
CODE
<html> <head></head> <body bgColor="blue"> <!-- This DIV is the target container for the image. --> <DIV ID="oDiv" STYLE="position:absolute; left:140px; height:400; width:400; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='image.png', sizingMethod='scale');" > </DIV> </body> </html>


Knowledge Base article
sonu27
Thanks!

Although I don't use PNG files because of the size. I was wondering why they didn't show up transparent.

Now I now how to correct this if I do use them.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.