On May 12, 10:39 pm, Susan <[email protected]> wrote:
> I'm using Mappress with Google Maps on a 2.7.1 Wordpress blog that I'm
> building.  The map looks great in the dashboard, but when I publish
> the page, the balloon icons are fuzzy gray areas and the search
> function is 
> unusable.http://travelingincircles.com/explorecadillac/greater-cadillac-area/
>
> It seems to be a conflict with the theme that I'm using, but I'm
> unsure how to resolve the issue.

style.css contains this directive:
  #content .post img {
  background-color:#F3F3F3;
which sets the background colour of images within posts, including
everything in the map. Firefox sets transparent areas of images to the
background colour, and as there are transparent overlays over markers,
they go grey. It's overruling mappress.css.

You can set it right by altering mappress.css (at line 32 or
thereabouts) so it contains
  .mapp-div img {
  background-color:transparent !important;
which specifies that its background-color overrides other directives
which would otherwise take priority.

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