Forum Moderators: not2easy
here is my image
RemImg = '<img src="images/removeTooltip.png" USEMAP="#RemImgMap">';
which i transformed in this one in order to receive tranparency of the png image in IE.
RemImg = '<span style="display:inline-block;width:77px;height:47px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'images/removeTooltip.png\', sizingMethod=\'scale\')"><img src="images/spacer.gif" width="77" height="47" USEMAP="#RemImgMap" ></span>';
So the tranparency works but not the image map..What am I doing wrong?