> Thats the same, yes, browser says about malformed request, but if you > focus to the url box, and press enter, the image loads .... malformed? > or not?
Let's try again. Look closely at your URLs. The one you are using in the <img> tag has parameters like this - .... ?chst=d_bubble_texts_big&chld=bb|008888|FFFF88|fails The URL you are using for the href in the <a> tag around the <img> tag ends like this- .... ?chst=d_bubble_texts_big&chld=bb|008888|FFFF88|fails The URL you are using in the javascript to set the Icon image ends like this - .... chst=d_bubble_icon_text_small&chld=petrol|bb|FFFF88|000000| mytitle It has a different number of parameters. If you try THAT URL directly in the browser it will not work. Why would you expect it to work as a marker icon image? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
