Transparent PNGs in Internet Explorer 6
June 18, 2008
Hello friends,
We always find issues of PNG in Internet Explorer 6. But Internet Explorer 7 resolves this issue completely. Then also some times we have to fight with Internet Explorer 6.
So here is the css style for the same:
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/transparent.png’, sizingMethod=’scale’);
For example:
<div style=”filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/transparent.png’, sizingMethod=’scale’)”>
July 19, 2008 at 5:22 am
Hello Sangeeta
I did not try it but if it works than a very good help for all.
Whenever I have to face this issue I have JS for that.
regards
Prakash