I don't suppose you can dynamically set the size parameter? For
example my map div gets its width automatically, so can we use the
getSize() method or something similar to get the dimensions of the div
and then feed these values into the GSize method?

On Dec 8, 7:48 pm, Rossko <[email protected]> wrote:
> > Click on Map fist and it loads OK. Click on Description first and then
> > click on Map and it doesn't load.
>
> It's the classic "top left corner" syndrome , in this case caused by
> running the GMap2 constructor before the DOM is complete.
> Your gmap.js script executes in the middle of the HTML, see
>  http://www.easypagez.com/maps/ieworking.html
> Move gmap.js to the very end, or consider triggering it from an onload
> event.
> If your div is fixed size, use the size params in the GMap2 call.

--

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