How-To: Fix Problems with Google Maps and Internet Explorer: Grey Background, Clipping, Off centre etc
We’ve just developed a Google Maps application – all using Firefox – and started to test it in IE. We were shocked to find that our map looks completely off centre and have a big grey backround across them. Moving the map with the mouse causes them to clip and look shocking!
See below:
So how do we fix this? It turned out that IE doesn’t like you writing script inside a <table> tag – which we were doing. So we simply changed this code to run on the onLoad() event of the page, and it was all fixed!


Leave a Reply