It is a CSS trouble
#property_list img{
float:left;
border:1px solid black;
margin:0 10px 0 0;
padding:3px;
background-color: #FFFFFF;
}
Take that background-color away.
In your javascript:
var svOverlay = new GStreetviewOverlay();
map.addOverlay(svOverlay);
Take those away if you are not using Streetview imagery. Now blank
images with white background are loaded on the map.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---