On Jul 8, 12:11 pm, jim <[email protected]> wrote:
>
>
> I've used the same map method on another 
> site:http://cprecheshire.org.uk/farms/

You may have used the same method, but did you use the same CSS?
This...
img {
  background-color:#FFFFFF;
  }
causes the transparent parts of images to be white. In Firefox, the
API uses transparent overlays to capture clicks on markers -- it's a
different method in IE, so there won't be (non-)transparent images
covering the markers.

Hint: Firebug allows the removal of CSS rules on-the-fly, so it's very
easy to test whether CSS is causing a problem with images.

A potential fix is to add
  #map img { background-color:transparent }
to restore the defaults for images within the map.

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