Owz,

I've had the same issue with my maps in the past. As Rossko mentions
there are multiple solutions.

I went with someone's suggested approach of hiding the map/div from
view via positioning and css (see example below which will require
some tinkering).

.div-hide {
    position: absolute;
    left: -10000px;
}

Another alternative is to use the resize (or checkresize?) function
provided by Gmaps.

Hope this helps.

Joe

On Jun 2, 7:53 am, Rossko <[email protected]> wrote:
> > Hi I have implemented a modal box with the google map embdeded. In the
> > map I have created a market which is the location of our offices. I
> > have centered the marker using the recommended code in the google code
> > base. Yet when I implement the map I get some of the map loaded but
> > some of the tiles are missing. The marker is also not centered and
> > instead slightly outside of the frame (top left)
>
> Search this group for 'top left'
> It's about the apparent size of the map when initialied in a hidden
> div (zero size).  There is more than one way to address this.

-- 
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