Thanks Rossko -
Don't you find it odd that IE 7 64bit version works fine? I'll try
implementing the checkResize() when the tab gets clicked and see how
that goes. As for the GMap2 constructor - This is what I use
var map = new GMap2(document.getElementById("map_canvas"),{size: new
GSize(599,487), mapTypes:[G_NORMAL_MAP,G_SATELLITE_MAP]});
does that not specify a size properly?
Funny thing is - 6 months ago it worked perfectly and I haven't
touched a thing!.....
On Nov 7, 1:07 pm, Rossko <[email protected]> wrote:
> >http://dev.suncabo.com/Marquis_Los_Cabos.asp?dev=CabodelSol&loc=Corri...
>
> You've got whitespace in front of your <!DOCTYPE, that can invalidate
> it on certain browsers.
>
> The map is in a tab which is initially hidden. It fails the same in
> IE6. The issue is just about a FAQ here ; when the API asks the
> browser what size the (hidden) div is, the brower says zero. So the
> map is built with zero size, and not all the needed tiles will be
> fetched.
> You've a choice of actions;
> perform a checkResize() after un-hiding the map
> or
> tell the API what size map to build, in the GMap2 constructor
--
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.