On Jun 22, 3:32 pm, Larrr <[email protected]> wrote:

> So when I change it on <div id="map"></div> I see map controls, but
> still not map itself.

You need to give some height and width to the map div using CSS. On
most versions of IE you'll also need to give some height to the html
and body elements. Try something like:

<style>
html, body, #map {height: 200px; width: 200px;}
</style>

Of course, you'll want to use your own dimension rather than "200px".

String

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to