prathapml Posted March 1, 2005 Posted March 1, 2005 Web developers who work with PNG files can use the AlphaImageLoader filter, as demonstrated in the following example: <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 Posted March 1, 2005 Posted March 1, 2005 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now