On Dec 23, 8:53 am, vile <[email protected]> wrote:
>
> anyone encountered the same problem? please help me. thanks in
> advance :)

Lots and lots of people have encountered it. And Larry gave the answer
in the second post of the thread.

Either use map.checkResize() when it's finished loading or use the
{size} option when you create it:
var map=new GMap2(document.getElementById("map_canvas"),{size:new GSize
(300,400)})

It appears your page also uses some sort of lightbox. That presents
its own problems (search for lightbox or slimbox or whatever you're
using)

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

Reply via email to