On Sep 8, 8:51 pm, Ruby <[EMAIL PROTECTED]> wrote:
> I am having troubles with part of the infowindow not redrawing
> correctly after clicking the first marker on the map. Not sure if it's
> my code or css. Here is the page where the map is located 
> http://redhattester.googlepages.com/MapDemo03.html.

This looks like a recurrence of Issue 26
http://code.google.com/p/gmaps-api-issues/issues/detail?id=26 --
although it's odd that it works once and then doesn't after that.
Using Firebug I can't see anything in the CSS which is causing it,
which is a pity because it's all controlled by CSS!

Try altering the version of the API loaded (say to 2.120) and see if
it goes away. That will at least tie the problem down to the current
API version or not.

However, before you do that, consider these two lines
  map.openInfoWindow();
  map.closeInfoWindow();
which don't seem to do very much except cause an error because
openInfoWindow requires at least two parameters (see the docs). It's
possible (although unlikely) that removing those lines may help.

It may also be worth playing with <!DOCTYPE> just to see if that is
making a difference with how graphics are rendered.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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