Quote:
Originally Posted by Andy R
For those of you wondering if you want to install this, it was very easy. Just follow the detailed instructions that Stoney includes in the .zip file.
It looks like this script is working fine (rendering) in Firefox. On my version if IE (6.0.29) The map seems to floating on the top left hand side of the page. I tried clearing my temporary internet files (cache) and closed all browser windows. When I reopen IE, I still get the same rendering errors (see attachment). Any ideas on how I can move forward troubleshooting this?
Thanks in advance, Andy
|
Andy,
This solution is quite simple.
This is caused by an imagemap on your forum that has the same name as the DIV of the googlemap
<map name="Map" id="Map"> is the name of your top image map.
Just rename the image map and the issue is solved.
<map name="Map2" id="Map2">
Greetz