Jump to content

Recommended Posts

Posted

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


Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...