That is weird.
I suggest you first try fixing your HTML errors. MSIE6 can sometimes get
confused and exhibit extremely weird behaviour if you have things like:
more than one <html> tag
try removing the second one
more than one element with id="title"
try changing
<title id="title">
to
<title>
unclosed strings
try changing
<a href="http://www.firstauto.com target="
new" title="
Click for the FirstAuto web site...">
to
<a href="http://www.firstauto.com"
target="new"
title="Click for the FirstAuto web site...">
Fixing your HTML might not fix the problem, but it's always worth a try
for weird MSIE-specific problems before starting a heavy Javascript
debugging session.
--
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---