Actually a final semicolon is optional. The problem is that the
samples require the browser to render the page in quirks mode (without
a doctype). If you want a doctype and want your map to show full
screen, add the following styles:
html, body {height: 100%; }
On Jun 3, 1:28 pm, Julian <[email protected]> wrote:
> In the sample for v3 you specify a div with id "map_canvas" with width
> and height of 100% but the height parameter is missing a final
> semicolon that prevents the whole shebang from working.
>
> Cost me about an hour.
--
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.