On 1 February 2012 11:29, thistle <[email protected]> wrote:
> The (only) custom image is a GIF file with transparent background. The
> visualization does not change if I remove that image.
No, you misunderstand me. In your CSS you have something like
img { background-color: #CCCCCC; }
which replaces the transparent parts of images with grey. You need to
countermand that for images in the map, perhaps with something like
#map img { background: transparent }
...but you may need to experiment.
> I will post a link to the page as soon as the site goes on-line.
Which of course will be too late. But better than nothing.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.