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