On 6 April 2011 09:34, Alexandros <[email protected]> wrote:
> The Google Maps zoom bar is displayed on my pages, but not correctly.
> It seems to be missing some graphics.
>
> The problem occurs both on Firefox 3.6.16 and IE 8. Am I doing
> something wrong or is it supposed to look this way?

CSS:

div {
    background-color: #FFFFFF;
    color: #000099;
    font-size: 14px;
}

Don't set the background colour for divs in the map; it affects the
transparent parts of images (which are contained in divs). It's
probably easiest to set the background colour for the whole page and
remove the background-color for "div".

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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