I have been trying for some time to get the AlphaImageLoader to work with my s in IE6.
One of the solutions I was trying suggests applying the AlphaImageLoader and then the Opacity(0). This would essentially put the transparent png in the background and make the orginal png disappear. When I try this the image just disappears. Omitting the Opacity filter has no effect and the png is still not transparent. Come someone plz help?
<img id="NavBox_topLeft.png" src="#" width="17" height="34" class="png summaryimgsrc1"
style="filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../1.75/commondata/sharedimages/summary/NavBox_topLeft.png', sizingMethod='scale');"/>
</td>
I am trying this in the markup to test. Ultimatley it will be added with JS.
Thanks