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 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.

Reply via email to