On May 7, 3:59 pm, "www.youneeditall.com" <[email protected]> wrote: > Hello Ross. > > For now we will keep markers and overlay as is. > Maybe you know what exactly I can do to fix this problem I will be > grateful for it. > I just do not have time to redo it all now. Not that I do not want to. > Below link to prototype site in Firefox all work fine but in IE 7 not > all map load and overlay no show up.http://76.12.153.204/healthcare-map.html > It also might be combinations of CSS and CMS CSS. > > Is it common problem?
Yes. Try searching for "top left". IE hasn't properly calculated the size of the map div when you construct the GMap2 object. Your html is invalid, that can confuse IE. http://validator.w3.org/check?uri=http%3A%2F%2F76.12.153.204%2Fhealthcare-map.html&charset=%28detect+automatically%29&doctype=Inline&group=0 In particular you have what looks like a complete webpage (<html><head></head><body></body></html>) embedded inside your page... See this thread for one possible solution: http://groups.google.com/group/Google-Maps-API/browse_frm/thread/88794c72d85434d5/447133398b335219 (the optional size argument to the GMap2 constructor, might work, but I wouldn't count on it) -- Larry > > Thank you very much for your help. > > On Apr 21, 5:51 pm, Rossko <[email protected]> wrote: > > > > > > do you know some one show try to do the same and it work? > > > No, no-one else has the same map as you. > > Write the code, it's no more difficult than you've already done so > > far. > > > If you don't like doing it that way, do it another, it's your choice. > > You might remove all overlays from the map when clearing your arrays, > > that's just one line of code, no loop. > > Then you'd have to add the ground overlay back again. > > > cheers, Ross K- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
