On 10 September 2010 18:18, bunida <[email protected]> wrote:
>
> Thanks, this worked for the most part, but the map still has some
> "shadow" boxes near ever placemark, and you can see the seams for the
> map tiles. Any ideas?

What did you try? Again, you need to counteract what the page itself is doing.

#map_canvas img {
  -moz-box-shadow:none;
  background:none repeat scroll 0 0 transparent;
  }

> Also the bubbles take on the text style of the page, which isn't
> really a problem, but it would be nice to be able to change. Is this
> an edit for the kml file?

No, more CSS to countermand, as Mike explains in the link Larry gave.
Try something like

#map_canvas div {
  color:black;
  }
#map_canvas a {
  text-decoration:underline;
  color:blue;
  }

or do some experimenting. As I said, Firefox and Firebug make it easy.

-- 
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