On Sep 10, 8:44 am, bunida <[email protected]> wrote:
> I created a page on my blog with a google map, which uses an external
> kml file to display some placemarks. However, the placemarks and other
> objects (like the uicontrol) on the map do not display correctly (they
> look like black boxes). The map and placemarks all function correctly,
> however. I'm sure this is a fairly simple fix, but I have very little
> javascript or html experience, and any ideas for solutions would be
> greatly appreciated.
That's a CSS problem. Firefox with Firebug makes it easy to find and
play with: add this to the page CSS --
#map_canvas img {
background:none repeat scroll 0 0 transparent;
}
Oh. Something has just broken. You're getting a cross-domain error
trying to get something from blogger.com, and it looks like the
friendconnect gadget is faulty. They might be related. And your
geovisite.com widget seems to stop everything else working.
--
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.