On Oct 29, 3:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > http://getsorted.jdapproach.co.uk/contact.html > > here's a link. As you can see (in IE7) the map is displayed at the > bottom of the page.
It goes wrong in IE6 as well. I'd suggest validating the HTML, before worrying about bugs in the API. You can't have <body>...</body> within a page body; and you shouldn't have a <style> element in the body either, although that won't *usually* cause problems. Internet Explorer gets confused with such fundamental errors. Even in browsers which don't get so confused (like Firefox), there's no guarantee which <body> tag will get its onload handler executed. 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 -~----------~----~----~----~------~----~------~--~---
