On Sep 23, 10:24 am, Dreamboy <[email protected]> wrote: > I've followed the tutorial posted at: > > http://code.google.com/intl/es/apis/maps/articles/phpsqlinfo.html > > This seems to work fine on Chrome but when testing on IE8 I've noticed > that the markers are created offset from the click position in the > map. I've also noticed that when activating compatibility mode in IE8 > it works correctly. > > Can somebody help me to solve this incompatibility?
The issue is that IE8 is broken. You have found the workaround. It's possible to include a <meta> tag in pages to force IE8 into compatibility mode when displaying the page (rather than getting the user to set it) -- search for the details. If it's any consolation, even Microsoft's Bing maps include the tag. 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 -~----------~----~----~----~------~----~------~--~---
