I have a problem with the map tiles and controls jumping out of the map’s container div in IE6 and IE7.
The Google Map is fine in all other browsers.
Tried googling for a solution but couldnt find one, anyone have any ideas what is causing googles map data to jump out of the flow of the document?
You can see the map here
http://www.mercurymedia.com.au/builds/susan-nash/adelaide/accountants/contact.html
PaulOB
3
Hi,
Seems to be a conflict with the google map and the other map element you are using.
Try changing to this:
<img src="http://www.mercurymedia.com.au/builds/susan-nash/adelaide/accountants/images/source/header-tongue2-2Logo.png" alt="Adelaide Accountants - Susan Nash and Associates" width="935" height="315" border="0" [B]usemap="#Map2" [/B]/>
<ma[B]p name="Map2" id="Map2"[/B]>
<area shape="rect" coords="16,94,495,226" href="../../../susan-nash" alt="Brighton Accountants Susan Nash and Associates" />
</map>