per vedere le immagini PNG su Explorer consiglio di inserire la seguente testo:

<html>
<head></head>
<body bgColor="blue">

<DIV ID="oDiv" STYLE="position:absolute; left:140px; height:400; width:400;
filterrogid: DXImageTransform.Microsoft.AlphaImageLoader(
src='image.png', sizingMethod='scale');" >
</DIV>
</body>
</html>

Ovviamente al posto di image.png bisogna inserire il nome del prorpio file.

aggiungo il link da cui ho ricavato l'informazione
http://support.microsoft.com/default...b;en-us;294714

Saluti