Thanks for your fast response, Ross.

This particular transparency trick also works in IE6 - IE6 does not
support png alpha transparency but works fine with CSS filter
transparency. The opacity css property does not work in IE and the
filter property is IE-only, hence that we always set both. The idea of
using the transparency in this case is to give some visual feedback
while the map is being refreshed. Javascript processing is quite slow
on IE before version 8, and the user will have to wait much longer
than in other browser types. I tried using the animated gif indicator
in the top left corner of the page for the same, but while IE is busy
processing the overlays it does not animate the gif either.

Anyway, I have commented out the transparency/opacity trick for the
map (function GMapSetMapOpacity() in DecosGMap.js) and surprisingly
the infoText popup now works fine. I would never have guessed that the
two would be related - thanks a lot for your help!

Thanks and best regards,

Berend

On Jun 14, 12:11 am, Rossko <[email protected]> wrote:
> > Here is a sample map that has the 
> > problem:http://decosweb.decos.nl/aspx/gmap-problem.html
>
> > Steps to reproduce problem:
> > 1- Load the page in Internet Explorer 7
> > 2- Click the dark blue marker near the center of the map. Notice the
> > InfoWindow.
> > Screenshot:http://support.decos.nl/berend/gmap-problem-before.png
> > 3- Click the dark blue marker in the legend to the right of the
> > marker, next to the name "Dharmesh". Overlays are recreated with only
> > dark blue markers.
> > 4- Click the same marker in the map again. Nothing seems to happen.
> > 5- Move the mouse *out* of the marker rectangle. Now the InfoWindow
> > appears (at the time it should be hidden!), but looks very strange.
>
> In IE6, it never appears at all.
> "Looks strange" is probably a clue, pointing away from events
> In IE6 there's another clue, when the overlays are updated the map
> zoom/pan controls acquire a grey background.
>
> I can't see anything obvious in your CSS, nor does there seem to be
> any PNGfix code (which can interfere with maps if applied to them).
>
> I can see that your DecosPortal.js messes both with the maps
> transparancy and its opacity, probably not good in IE6.
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to