<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hello Lorenzo,<br><br>First of all, thank you for your response.<br><br>About what you said, i've changed the format type from png24 to png16 in the map file, and what i get now is that i have no transparency both in ie6 and firefox.<br><br>I'm sorry, but it's important for me that it works in the same way with those web browsers.<br><br>Thank you very much.<br><br>Manu<br><br>&gt; Date: Thu, 14 Aug 2008 12:10:30 +0200<br>&gt; From: lorenzo@ominiverdi.com<br>&gt; CC: ka-map-users@lists.maptools.org<br>&gt; Subject: Re: [ka-Map-users] IE6 &amp; Transparency with layers<br>&gt; <br>&gt; Hola Manu,<br>&gt; just to say that using png24 with IE6 and the JS trick is not a good <br>&gt; idea at all.<br>&gt; the rendering is very slow and the overall performances of the map <br>&gt; navigation get bad quickly.<br>&gt; I suggest you to use PNG (PNG16) instead.<br>&gt; you'll avoid all kind of problems on rendering.<br>&gt; ciao<br>&gt; Lorenzo<br>&gt; <br>&gt; <br>&gt; manu - wrote:<br>&gt; &gt; Hey,<br>&gt; &gt;<br>&gt; &gt; I've changed the kaMap.js file in order to put the class attribute in <br>&gt; &gt; each of the images of the tile, and now my tiles look like this:<br>&gt; &gt;<br>&gt; &gt; &lt;img id="i30" class="png24" height="256" width="256" src="http://192.168.10.43/ka-map/htdocs/tile.php?map=gmap&amp;t=-3072&amp;l=512&amp;s=227538135372&amp;g=Proyectos&amp;i=png24" style="position: <br>&gt; &gt; absolute; top: -256px; left: 0px; width: 256px; height: 256px; <br>&gt; &gt; visibility: visible;"/&gt;<br>&gt; &gt;<br>&gt; &gt; But the result is the same as before, i have no transparency.<br>&gt; &gt;<br>&gt; &gt; Any ideas?<br>&gt; &gt;<br>&gt; &gt; Regards.<br>&gt; &gt;<br>&gt; &gt; Manu<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; From: malbela7@hotmail.com<br>&gt; &gt; To: ka-map-users@lists.maptools.org<br>&gt; &gt; Subject: RE: [ka-Map-users] IE6 &amp; Transparency with layers<br>&gt; &gt; Date: Tue, 29 Jul 2008 20:08:39 +0000<br>&gt; &gt;<br>&gt; &gt; Thank you so much Jason,<br>&gt; &gt;<br>&gt; &gt; Hope someone jumps in and give us some ligth<br>&gt; &gt;<br>&gt; &gt; Regards.<br>&gt; &gt;<br>&gt; &gt; Manu<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; From: jfournier@dmsolutions.ca<br>&gt; &gt; To: ka-map-users@lists.maptools.org<br>&gt; &gt; Subject: RE: [ka-Map-users] IE6 &amp; Transparency with layers<br>&gt; &gt; Date: Tue, 29 Jul 2008 15:10:20 -0400<br>&gt; &gt;<br>&gt; &gt; Hi Manu,<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; I took a look.  The tiles do not appear to have class="png24" on them:<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; &lt;img width="256" height="256" <br>&gt; &gt; src="http://216.230.155.125/ka-map/htdocs/tile.php?map=gmap&amp;t=-2560&amp;l=1024&amp;s=227538135372&amp;g=Proyectos&amp;i=png24" <br>&gt; &gt; style="position: absolute; top: 256px; left: 768px; width: 256px; <br>&gt; &gt; height: 256px; visibility: visible;" id="i75"/&gt;<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; It’s possible that the class is being applied via the DOM but I don’t <br>&gt; &gt; think that’s the case.  It’s been a while - I can’t recall if there’s <br>&gt; &gt; a way through ka-Map‘s API to apply png24 to the tiles or not.  <br>&gt; &gt; Perhaps others can jump in and let us know if there’s a way.  If not <br>&gt; &gt; then you’ll likely want to use 8 bit pngs (and sacrifice alpha <br>&gt; &gt; transparency for IE6 compatibility).<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Best regards,<br>&gt; &gt;<br>&gt; &gt; Jason<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; *From:* ka-map-users-bounces@lists.maptools.org <br>&gt; &gt; [mailto:ka-map-users-bounces@lists.maptools.org] *On Behalf Of *manu -<br>&gt; &gt; *Sent:* Tuesday, July 29, 2008 2:00 PM<br>&gt; &gt; *To:* ka-map-users@lists.maptools.org<br>&gt; &gt; *Subject:* RE: [ka-Map-users] IE6 &amp; Transparency with layers<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Sorry Jason, i just clicked the Reply button without considering the <br>&gt; &gt; mailing list.<br>&gt; &gt;<br>&gt; &gt; Here you have the url where you can find the sample i'm working on.<br>&gt; &gt;<br>&gt; &gt; http://216.230.155.125/ka-map/htdocs<br>&gt; &gt;<br>&gt; &gt; If you open it with IE6 and select the layer "Proyectos" you can see <br>&gt; &gt; what is going wrong.<br>&gt; &gt;<br>&gt; &gt; Thank you<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; From: jfournier@dmsolutions.ca<br>&gt; &gt; To: ka-map-users@lists.maptools.org<br>&gt; &gt; Subject: RE: [ka-Map-users] IE6 &amp; Transparency with layers<br>&gt; &gt; Date: Tue, 29 Jul 2008 13:35:03 -0400<br>&gt; &gt;<br>&gt; &gt; Hi Manu,<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Please reply to the list – this information could helps others and,  <br>&gt; &gt; more importantly, someone else may be able to provide you with the <br>&gt; &gt; answer you’re looking after.<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Transparency for 24 bit PNGs is supported by FF and IE7 so it’s not a <br>&gt; &gt; good indicator of the png24 class at work.  Some reasons why this may <br>&gt; &gt; not be working:<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; -          No width set on the image (required)<br>&gt; &gt;<br>&gt; &gt; -          No height set on the image (required)<br>&gt; &gt;<br>&gt; &gt; -          No transparent.gif (or equivalent) provided<br>&gt; &gt;<br>&gt; &gt; -          The png24 class would appear to be present but isn’t (unlikely)<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Do you have a url that we can see?<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Best regards,<br>&gt; &gt;<br>&gt; &gt; Jason<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; *From:* manu - [mailto:malbela7@hotmail.com]<br>&gt; &gt; *Sent:* Tuesday, July 29, 2008 12:56 PM<br>&gt; &gt; *To:* Jason Fournier<br>&gt; &gt; *Subject:* RE: [ka-Map-users] IE6 &amp; Transparency with layers<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Hi Jason,<br>&gt; &gt;<br>&gt; &gt; Thank you very much for your response.<br>&gt; &gt;<br>&gt; &gt; The class png24 is defines and i'm using it with no results on IE6 <br>&gt; &gt; (working ok in firefox and ie7). The thing is when i have layers <br>&gt; &gt; divided by group and i want to put one layer with point over another <br>&gt; &gt; one which is a polygon. In this case, even when i have defined the <br>&gt; &gt; point layer with the imageformat set to png24, i have no transparency <br>&gt; &gt; and i get just the point without the polygon layer.<br>&gt; &gt;<br>&gt; &gt; Thank you vey much.<br>&gt; &gt;<br>&gt; &gt; Manu<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; From: jfournier@dmsolutions.ca<br>&gt; &gt; To: ka-map-users@lists.maptools.org<br>&gt; &gt; Subject: RE: [ka-Map-users] IE6 &amp; Transparency with layers<br>&gt; &gt; Date: Tue, 29 Jul 2008 11:00:34 -0400<br>&gt; &gt;<br>&gt; &gt; Hi Manu,<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; If I recall correctly ka-Map comes with a css class called png24 (ie, <br>&gt; &gt; the pngfix you refer to) – put this on your image, specify a width and <br>&gt; &gt; a height (required), and it should work for you.  If there is no png24 <br>&gt; &gt; class then add the following to your css:<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; img.png24 {<br>&gt; &gt;<br>&gt; &gt;   filter:expression(msApplyPNGFilter(this));<br>&gt; &gt;<br>&gt; &gt; }<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; And the following to your javascript:<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; function msApplyPNGFilter(o) {<br>&gt; &gt;<br>&gt; &gt;     var t="./images/transparent.gif";<br>&gt; &gt;<br>&gt; &gt;     if( o.src != t ){<br>&gt; &gt;<br>&gt; &gt;         var s=o.src; o.src = t; o.runtimeStyle.filter = <br>&gt; &gt; "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+s+"',sizingMethod='scale')";<br>&gt; &gt;<br>&gt; &gt; }}<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; You will need a single pixel transparent.gif in your images folder for <br>&gt; &gt; the above to work verbatim.<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Hth<br>&gt; &gt;<br>&gt; &gt; Jason<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; *From:* ka-map-users-bounces@lists.maptools.org <br>&gt; &gt; [mailto:ka-map-users-bounces@lists.maptools.org] *On Behalf Of *manu -<br>&gt; &gt; *Sent:* Tuesday, July 29, 2008 10:37 AM<br>&gt; &gt; *To:* ka-map-users@lists.maptools.org<br>&gt; &gt; *Subject:* [ka-Map-users] IE6 &amp; Transparency with layers<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; Hi Everyone,<br>&gt; &gt;<br>&gt; &gt; I've been working for some month with ka-map having great results with <br>&gt; &gt; Mozilla Firefoz and IE 7. But i'm having problems with IE 6 and <br>&gt; &gt; tranparency.<br>&gt; &gt;<br>&gt; &gt; The thing is that i have defined my layers with the imageformat set to <br>&gt; &gt; png24 so the transparency works perfectly with Firefox and IE7. I have <br>&gt; &gt; tried some workarounds with pngfix and css modifications with no result.<br>&gt; &gt;<br>&gt; &gt; I will be so thankful if someone could help me with this issue.<br>&gt; &gt;<br>&gt; &gt; Thank you very much for your time.<br>&gt; &gt;<br>&gt; &gt; Manu<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; ¡Sé solidario, haz clic! Por cada búsqueda que hagas desde Windows <br>&gt; &gt; Live Search, estarás ayudando a los que más lo necesitan ¡Sé <br>&gt; &gt; solidario, haz clic! &lt;http://www.unclicsolidario.com/&gt;<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; ¡Lo mejor de MSN y Windows Live en tu móvil! Hotmail, Messenger, <br>&gt; &gt; Spaces… Pruébalo ya  y disfruta de todas sus ventajas donde quieras <br>&gt; &gt; ¡Lo mejor de MSN y Windows Live en tu móvil! <br>&gt; &gt; &lt;http://serviciosmoviles.es.msn.com/&gt;<br>&gt; &gt;<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; ¡Lo mejor de MSN y Windows Live en tu móvil! Hotmail, Messenger, <br>&gt; &gt; Spaces… Pruébalo ya  y disfruta de todas sus ventajas donde quieras <br>&gt; &gt; ¡Lo mejor de MSN y Windows Live en tu móvil! <br>&gt; &gt; &lt;http://serviciosmoviles.es.msn.com/&gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; ¡Sé solidario, haz clic! Por cada búsqueda que hagas desde Windows <br>&gt; &gt; Live Search, estarás ayudando a los que más lo necesitan ¡Sé <br>&gt; &gt; solidario, haz clic! &lt;http://www.unclicsolidario.com/&gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; ¡El Mundo Messenger te espera! Entra ya en "I love Messenger" y <br>&gt; &gt; descubre las últimas novedades, trucos, emoticonos… Entra ya en "I <br>&gt; &gt; love Messenger" &lt;http://www.vivelive.com/ilovemessenger/&gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; ka-Map-users mailing list<br>&gt; &gt; ka-Map-users@lists.maptools.org<br>&gt; &gt; http://lists.maptools.org/mailman/listinfo/ka-map-users<br>&gt; &gt;   <br>&gt; _______________________________________________<br>&gt; ka-Map-users mailing list<br>&gt; ka-Map-users@lists.maptools.org<br>&gt; http://lists.maptools.org/mailman/listinfo/ka-map-users<br><br /><hr />¡Sé solidario, haz clic! Por cada búsqueda que hagas desde Windows Live Search, estarás ayudando a los que más lo necesitan. <a href='http://messengertv.msn.com/mkt/es-es/default.htm' target='_new'>Messenger TV</a></body>
</html>