On 11/10/2007, jonz <[EMAIL PROTECTED]> wrote: > > I don't know what your code was to generate the image nor do I understand > what was expected, but I too dealt with the transparent PNG IE6 "problem" in > the HTML content of a popup div. What I did was to convert every tag > so for example > /img/OpenLayers/pop/ul.png > > becomes > <DIV style="DISPLAY: inline-block; FILTER: > progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/OpenLayers/pop/ul.png', > sizingMethod='scale'); WIDTH: 32px; HEIGHT: 9px"></DIV> > > in the case that OpenLayers.Util.alphaHack() is true. > > Don't know if this is the best way to do it, but it works for me. > > > ciao > jon >
Thanks Jon, Which is basically what I'm it's doing (OL markers do this automatically). As can be see from the screenshot [1] it works for the ones on the background map but not for those on popup map. [1] http://farm3.static.flickr.com/2201/1530334012_e5301a8a3e_o.gif _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
