Got my markers to show up in IE6 w/ absolute URL. Markers appear squished IE6 only (I assume it's not reading the size of icon properly). Shadows are fine.
The markers don't have to be the same size as the shadows, do they? iconDefault.image = "http://mysite.com/images/map-markers/map- marker.png"; iconDefault.shadow = "http://mysite.com/images/map-markers/map-marker- shadow.png"; iconDefault.iconSize = new GSize(20, 34); iconDefault.shadowSize = new GSize(38, 34); iconDefault.iconAnchor = new GPoint(10, 34); iconDefault.infoWindowAnchor = new GPoint(10, 15); thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
