Hi, i was wondering if there was a possibility to get
PNG transparencies to show in internet explorer? Is there any
HTML Code i can which is used in the same way as to make Flash Transparent?
Thanks
Ive found this:
Quote:
|
Originally Posted by random source
<style>
body{background:black;font-family:Verdana;color:white;}
v\:* {behavior:url(#default#VML);}
v\:* img {width:100%;height:100%;visibility:hidden;}
v\:shape {display:inline-block;width:100px;height:70px;margin:10px;}
</style>
<h1>Using VML to display PNG`s transparency in IE5.5+</h1>
inline
<v:shape>
<v:imagedata src=" http://ihatespam.dyndns.org/temp/fireworks/image/particles. png">
<img src=" http://ihatespam.dyndns.org/temp/fireworks/image/particles. png" />
</v:imagedata>
|
however it doesnt validate and it seems too much
HTML Code to warrant sticking with
PNG and using
GIF instead

</v:shape>