On May 14, 11:50 am, agebpt <[email protected]> wrote: > > If you view the page in IE, everything is shifted to the left, it > doesn't show any of the info from the database, but it does submit > info to the database when clicked on the map and submitted. It just > doesn't show it on the map - real pain! >
Making the doctype the very first thing on the page will help with the CSS issue. IE doesn't like <script type="application/javascript">. That should be "text/javascript". Your HTML isn't quite valid XHTML-Strict. But correcting these two things will at least make the page work in IE. 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 -~----------~----~----~----~------~----~------~--~---
