It works! Thank you Ross! I've haven't heard about this confusion in IE and spent a lot of time to figure out.
On Aug 6, 2:21 am, Rossko <[email protected]> wrote: > > I've tried many versions. 2.x and 3.x, still no luck. > > 3 is completely different from and non-interchangeable with 2, I > wouldn't expect it to even try to work on a webpage written for 2. My > point was only that, even if you request v2.121 you won't get that > version anymore. > > ---- > > In your HTML you have ... > <select name="map" id="..... > and > <div id="map" style=" .... > > Seehttp://mattsnider.com/languages/javascript/xbrowser-ie-issues-with-na... > > I think the API is trying to build a map in the <select> element > because of IE's confusion between name and id attributes. > Change your map div to id='map_canvas' or something. > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
