Here is Mike's answer, I had double posted the same question by
accident. The solution worked. Thanks Mike!
It's probably a timing thing. Chrome does more things at the same
time
in order to run faster, and it looks like it gets to the Javascript
where you create the map before it has read the CSS that should be
applied to the map div.
Try telling the API how big the map is going to be:
var map = new GMap2(document.getElementById("map"),{size : new
GSize(520,460)});
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---