When you open a map in a hidden div, the browser doesn't tell the API
how big the map div is, so you either have to tell it yourself:
var map = new GMap(document.getElementById("map"),
{size:new GSize(590,400)});
or call map.checkResize() when you unhide the div.
--
Mike Williams
http://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---