On May 12, 8:01 am, Becca <[email protected]> wrote: > I have a asp.net 2.0 page that uses an Ajax tab containter and Reimers > Map inside a Formview. When using IE7 or Firefox, the google map does > not render fully and instead shows gray areas. > > Here is a print:http://www.estaleiro.criativawd.info/mapa.gif > > Any help would be appreciated
1. Please read the posting guidelines: http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines 2. This group supports the Google Maps API which is javascript and html, not asp.net 3. Sounds like the typical "zero-size" div problem, the browser is returning zero size for the div that contains the map. Two possible solutions: a. use the GMap2.checkResize() method once the DOM is completely loaded. b. use the optional size argument to the GMap2 constructor. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
