On Nov 23, 5:40 pm, justingarrett <[email protected]>
wrote:

> I have double
> checked that the div or parent divs do not have overflow: hidden and
> it does not appear that they do.
>


But the parent div has display:none

  <div id="contact" style="display:none; width:525px;">

That makes the size of the map_canvas div to be zero at the moment of
map initialization. API reads the map div size after initialization
only when you trigger 'resize' event

  google.maps.event.trigger(map, 'resize')

--

You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.


Reply via email to