Hi all,<br>I am so anxious about displaying ka-map in IE6 now. Everything is OK in FireFox 、Chrome and IE7. When I searched it in the internet, I got some information that transparent PNG pictures are not supported in IE6. However, when I searched in the ka_map codes especially kaMap.js file, I found there were some ways for working around this problem. In the kaMap.js there is a function to work around this (I think so but not sure):<br>
/*<br> * internal function to track images as they finish loading.<br> */<br>kaMap_imgOnLoad = function(e) {<br> if ((this.ie_hack) &&<br> (this.src != this.kaMap.aPixel.src)) {<br> var src = this.src;<br>
this.src = this.kaMap.aPixel.src;<br> this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+src+"')";<br> }<br> this.style.visibility = 'visible';<br>
};<br><br>Now, my problem is why it still doesn't work? Can anybody give me some hints to resolve it? Thank you very much.<br>And the configure about outputformat in my mapfile is as follows:<br> IMAGETYPE png24<br>
IMAGECOLOR 80 150 80<br>OUTPUTFORMAT<br>NAME "png24"<br>DRIVER "GD/PNG"<br>MIMETYPE "image/png24"<br>IMAGEMODE RGB<br>EXTENSION "png"<br>TRANSPARENT FALSE<br>#FORMATOPTION QUALITY=100 #value=0-100<br>
END<br><br clear="all"><br>-- <br>天道酬勤<br>