okay i figure out why the map wont show. it just need to be shown before hiding the map container.. now i have to fix map center.. its weird that the center of the map is always 1 tile off.. i mean the center is set below the marker which suppose to be the center of the map. i already tried checkresize and gsize, it didn't worked, Larry / warden can you please help me in this last problem thanks im getting tired and running out of ideas :( Thank you very much!
here's the map again: http://mwdshosting.com/~homecare/services/1/3 On Dec 23, 5:32 pm, "warden [Andrew Leach - Maps API Guru]" <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
