On Feb 25, 3:10 am, "[email protected]" <[email protected]> wrote: > I'm having a problem getting my map to display in IE. It works fine > in Firefox, Camino, and Safari. I'm not a web developer, most of this > was cut and paste from the Google Maps API site. I'm using RapidWeaver > on OSX to develop the site. Here's the link to the problem page. > > http://www.wcspecialneedsbaseball.com/directions/index.html > > Any help would be greatly appreciated.
IE gets confused if you have more than one body tag. It takes the first and ignores the second, which means that your onload handler isn't used. That's the most serious problem, but there are other issues too: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.wcspecialneedsbaseball.com%2Fdirections%2Findex.html&charset=%28detect+automatically%29&doctype=Inline&group=0 Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
