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) &amp;&amp;<br>        (this.src != this.kaMap.aPixel.src)) {<br>        var src = this.src;<br>
        this.src = this.kaMap.aPixel.src;<br>        this.style.filter = &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#39;&quot;+src+&quot;&#39;)&quot;;<br>    }<br>    this.style.visibility = &#39;visible&#39;;<br>
};<br><br>Now, my problem is why it still doesn&#39;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 &quot;png24&quot;<br>DRIVER &quot;GD/PNG&quot;<br>MIMETYPE &quot;image/png24&quot;<br>IMAGEMODE RGB<br>EXTENSION &quot;png&quot;<br>TRANSPARENT FALSE<br>#FORMATOPTION QUALITY=100      #value=0-100<br>
END<br><br clear="all"><br>-- <br>天道酬勤<br>