On 29 April 2011 13:53, nemke <[email protected]> wrote:
> I took your Hello Work example from
> http://code.google.com/apis/maps/documentation/javascript/tutorial.html
> and added map to div.
> It doesn't work.

The browser is doing what you have told it to, though.

You have set "html" and "body" to have a height of 100%, but the
containing div you have inserted has no size at all. The map is
filling 100% of the containing div. If you give that div a size, you
might see a larger map.

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