Google Maps - Adsense ads not showing in Internet Explorer

Posted by Spiros on Stack Overflow See other posts from Stack Overflow or by Spiros
Published on 2010-03-27T19:28:14Z Indexed on 2010/03/27 19:33 UTC
Read the original article Hit count: 200

I am trying to display adsense ads on maps, but internet explorer gives me a hard time once again. The ads show on all other browsers I tried (chrome, ff, safari, opeara) but internet explorer. Has anyone encountered this before? here is my code for the admanager:

var publisherID = 'ca-pub-6630823543717184';

var adsManagerOptions = {
maxAdsOnMap : 1,
style: 'adunit',
channel: '5611474977'
};
adsManager = new GAdsManager(map, publisherID, adsManagerOptions);
adsManager.enable();

I am using xhtml1-strict doctype

© Stack Overflow or respective owner

Related posts about google-maps

Related posts about google-maps-api-2