I mentioned 3 points. The DOCTYPE was just one of them. Now, you have javascript inside a table, and that's a no-no for IE. And still, no DOCTYPE. Make your HTML valid, with scripts inside the <head>, where they belong.
-- Marcelo - http://maps.forum.nu -- On Sep 29, 12:32 pm, Tom <[email protected]> wrote: > Hey Marcelo > It seems i was a little to fast declaring my problem solved. > After I tryed implementing a new doctype, lots of my formating just > went crazy :( and all my Danish letters "æøå" was missing > > Now I have reestablished my website > Implemted the v2 of the API > > All formating is 100% perfect i crome and in firefox....but in > internet explorer the map looks strange...take a > look...www.ditvindue.dk/montoer.html > > Are you sure this is a doctype issue ? > I realy dont want to redo all my formating again > > Thanks for your support > Tom > > On 25 Sep., 11:37, Marcelo <[email protected]> wrote: > > > 1. Your HTML is > > invalid:http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ditvindue.dk%2Fmon... > > > 2. You need a DOCTYPE > > declaration:http://code.google.com/apis/maps/documentation/index.html#XHTML_and_VML > > > 3. You're loading the API v1 > > > Fix those things first, and if you still have a problem then post > > again. > > > -- > > Marcelo -http://maps.forum.nu > > -- > > > On Sep 25, 11:25 am, Tom <[email protected]> wrote: > > > > Hey > > > I have installed the Google Maps API > > > > It works 100% in the Firefox browser, and in the Google Crome browser. > > > However in Internet explorer I get the following error: > > > > G_SATELITTE_TYPE is undefined > > > > Trying to solve the problem I have found that my sourcecode is: > > > map.setMapType(G_SATELLITE_TYPE); > > > > and I have tryed to change the TYPE with MAP .....but the problem is > > > the same. > > > > This is a link to the page:http://www.ditvindue.dk/montoer.html > > > > Does anyone have some input to solve my problem ? > > > > Best regards > > > Tom- Skjul tekst i anførselstegn - > > > - Vis tekst i anførselstegn - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
