Hi Marcelo,

You nailed it. The problem is related to the DOCTYPE and whitespace.
We changed the DOCTYPE as you suggested and put the page on an
alternative server where we could control the whitespace (generated by
ColdFusion) and the infoWindow correctly expanded to enclose its
contents.

(The createPoly() function is not called anywhere, so that was not a
factor. No infoWindows are supposed to appear from clicking on the
polygons or icons, only from the links on the right and as a result of
a search hit.)

Thanks so much for the Google link and your time spent diagnosing and
proposing a solution.

-Ken


On Apr 16, 3:46 pm, marcelo <marcelo...@hotmail.com> wrote:
> On Apr 16, 8:51 pm, Ken <furryroos...@gmail.com> wrote:
>
>
>
> > Anyone else have any suggestions?
>
> I looked at your map with Firefox 2 and I was unable to see any
> infoWindows, either on polygons or on icons.
>
> Anyway, in the function createPoly() you're calling map.openInfoWindow
> () and that method requires a DOM node as parameter, but you're only
> passing a string.
> Change it to map.openInfoWindowHtml()
>
> Other than that, try removing the whitespace from the top of the
> document, (The DOCTYPE declaration needs to be the very first thing in
> the document), and try using the recommended DOCTYPE of 
> Strict:http://code.google.com/apis/maps/documentation/index.html#XHTML_and_VML
>
> --
> Marcelo -http://maps.forum.nu
> --
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to