Wasn't it Lan Mind who wrote:
>One more question please. I have been having a very hard time finding
>the actual info window element in my html and debuggers like Firebug
>and DebuBar. I'm finding lots of <div>'s that make up the whole map
>area but can't seem to find the infowindow element to see the style.
>Could someone point me to it?

The internal structure may well change from time to time. This is how 
the structure was laid out back in July:
   http://econym.googlepages.com/howitworks.htm
Look for "G_MAP_FLOAT_PANE" for the whole of the info window
Look for "Some stuff to display" for the contents.

I reckon that searching downwards from G_MAP_FLOAT_PANE is unlikely to 
produce a method that is stable across versions. Try adding an "id" to 
an element inside your infowindow contents and searching upwards from 
that.

If you're just interested in looking at the style externally, rather 
than accessing it from your code, you can open your page in the Google 
Chrome browser, right-click on the element that your interested in and 
select "Inspect Element".

-- 
http://econym.googlepages.com/index.htm
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to