Wasn't it Patrick who wrote: > >1 final problem which would be problem 7 > >7). When I click on the marker (red arrow) and it shows me an image >inside a white rounded border, well for some reason, sometimes only, >the image is half way outside of the background border. Is there a >solution for this.
You need to add height and width attributes to your <img> so that the API knows how much space to allocate, because it allocates the space before the browser finishes loading the image. The second time you use the same image, it's available from cache so the browser can tell the API how big it is. -- 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 -~----------~----~----~----~------~----~------~--~---
