From: bp on
[q][i]Originally posted by: [b][b]Newsgroup User[/b][/b][/i]
bp(a)ridersurance.com wrote:
> I have a png24 file on my header on my website. In IE6 it doesn't show up
> transparent. SO the guys on the Joomla forum said to save it as a PNG 32 and
it
> should fix it. I did but it shows up with a white background. I did set
the
> back ground to transparent and tried it without. I allways get the same
> result. not sure what i am doing wrong. Would someone mind taking my file
and
> converting it to png32 for me and emailing back?

The problem is with I.E. which is incapable of displaying PNG alpha
transparency without a bit of proprietary markup. You can learn more
about it here:

http://www.playingwithfire.com/test/pngbehavior/demo.html


--
Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
--------------------------------------------------------------
http://www.projectseven.com
Fireworks Newsgroup: news://forums.projectseven.com/fireworks/
CSS Newsgroup: news://forums.projectseven.com/css/
http://www.adobe.com/communities/experts/
--------------------------------------------------------------
[/q]


Thanks guys for all the support. I read the article and it says i need to
place this code somewhere.

<DIV ID="myDiv"
STYLE="position:relative;
height:250px;
width:250px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader?
(src='myimage.png',sizingMethod='scale');"></DIV>

Do i just place this in my index.php file of my website?


From: DizzDizzy on
now i realised problem is with I.E. the link was very helpful thank you
From: yupieyi on
Thanks for the playingwithfire link! Told me all i needed to know..