Problem Solved!
Basically I was attempting to change the image of a hidden marker when
caused IE6 to display a black layer over much of the browser window.
Before, I had this code:
redMarkers[dealer].setImage("/images/marker_red_dot.png");
redMarkers[dealer].show();
which caused IE 6 to choke (i.e. though IE7, FireFox and Google Chrome
didn't care)
When I reversed the above two lines of code to:
redMarkers[dealer].show();
redMarkers[dealer].setImage("/images/marker_red_dot.png");
everything worked fine in IE6.
Dave
On Nov 7, 9:44 am, ddumond <[EMAIL PROTECTED]> wrote:
> Mike,
>
> I fixed all the HTML errors and even tried different DOCTYPEs but the
> black layer problemis still there in IE6.
>
> Any other thoughts and/or suggestions to resolve this black layer
> problem using IE6 would be greatly appreciated.
>
> Again, here's the Google Maps API application in question:
>
> http://www.firstauto.com/gcada/
>
> Dave
>
> On Nov 6, 11:50 pm, ddumond <[EMAIL PROTECTED]> wrote:
>
>
>
> > Mike,
>
> > Thanks for your suggestions.
>
> > I'll try an fix the HTML errors like you suggested.
>
> > I'll post back to this group if that solved the problem or not...
>
> > Dave
>
> > On Nov 6, 11:43 pm, Mike Williams <[EMAIL PROTECTED]> wrote:
>
> > > 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.comtarget="
> > > 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- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---