On Nov 25, 1:45 pm, justing <[email protected]> wrote:
> I am trying to upgrade the map API used on our website to v3 and I
> cannot get the new map to appear at all.
> I have checked that the DIVs do not have overflow: hidden, which was
> the problem in another post to which I could not reply.
I used Firefox WebDevlopver extension to manipulate the CSS of the
div:
#map_canvas {width:400px;height:100px;}
Setting size and height I get the map displayed.
If you like the map just to appear after being initialized or a
certain action, you might want to add a javascript call to change CSS
property "display".
I have "display:none" in my CSS and use trigger a changirto
"display:block" on a event.
Best Harald
> Please help! I hope this post appears ok now!
>
> Regards,
>
> Justin
--
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.