Great, then I can clean the code to just <body onload="initialize()"> since those code blocks were leftovers from old version of the page. I've changed the page and it should now load in IE. Thanks a lot! /Nick
On Tuesday, April 17, 2012 5:07:42 PM UTC+2, Andrew Leach wrote: > > On 17 April 2012 15:20, Niklas Rosencrantz <nikla...@gmail.com> wrote: > > My map displays fine with firefox but not with internet explorer. URL > > www.koolbusiness.com/ai > > I tried debug with firebug but there was no error message. Do you have > any > > idea what to do? > > If you are not running IE, function initialize() gets called from the > <body> tag. How does it get called if you are running IE? I couldn't > find it. > > <!--[if IE 6 ]> <body class=" ie ie6 not-ie7 not-ie8 not-ie9 "> > <![endif]--> > <!--[if IE 7 ]> <body class=" ie ie7 not-ie6 not-ie8 not-ie9 "> > <![endif]--> > <!--[if IE 8 ]> <body class=" ie ie8 not-ie6 not-ie7 not-ie9 "> > <![endif]--> > <!--[if IE 9 ]> <body class=" ie ie9 not-ie6 not-ie7 not-ie8 "> > <![endif]--> > > <!--[if !IE]>--><body class=" not-ie6 not-ie7 not-ie8 not-ie9 not-ie" > onload="initialize()"><!--<![endif]--> > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/3Dm9wSF7eNsJ. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.