It looks like some sort of CSS issue. Your map tiles are there but are
inheriting all sorts of CSS styles from the divs and forms that contain
the map.

This looks a bit suspicious.

#content a, #content img {
        position:relative !important;
}

The API uses position:absolute for the map tiles, but I believe that
"!important" causes the API setting to be ignored, which might result in
all the tiles being displayed on top of each other instead of in the
correct places.

If removing that doesn't help, you'll have to wade through the CSS
temporarily removing chunks until things change.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


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