I found the same problem in a project I was working on in IE7 where it visually looked like the map tiles were created before the div css was implemented.
I had previously tried putting setCenter() into an onload call, but it only worked once I added checkResize() before the setCenter(). Thank you. Thank you. Thank you. On Dec 12 2008, 10:03 am, Mike Wood <[email protected]> wrote: > Many thanks for the comprehensive and thoughtful response. > > Addingmap.checkResize() andmap.setCenter() in an onload() function > did it! :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
