Thank you for reply, but except for image with marker I see one more block in DOM, where are images and maps:
<img style="position: absolute; left: 244px; top: 369px; width: 25px; height: 40px; -moz-user-select: none; z-index: -156644384;" src="http://maps.gstatic.com/intl/en_ALL/mapfiles/ markerTransparent.png" class="myMarker gmnoprint" usemap="#gmimap7"/> <map name="gmimap7" id="gmimap7"> <area log="miw" coords="9,0,6,1,4,2,2,4,0,8,0,12,1,14,2,16,5,19,7,23,8,26,9,30,9,34,11,34,11,30,12,26,13,24,14,21,16,18,18,16,20,12,20,8,18,4,16,2,15,1,13,0" shape="poly" alt="" href="javascript:void(0)" id="mtgt_unnamed_7"/> </map> - so... image (sprite) which was mentioned above does not use any imagemap (at least I see it in DOM parsed). Maybe I initialized map wrong and that's why I have more images, maybe this is all the time. anyway, if it will be supported better by v3, I think it is not an issue, I will wait for new release (v3 is now sort of beta version, isn't it? Or I can use v3 right now?) On 19 Чер, 19:21, Esa <[email protected]> wrote: > One of the reasons using <img> instead of background image is that > <area> imagemaps cannot be inserted to background image. > > You can easily create a custom GOverlay following your idea. > > Api v3 supports sprites natively. Sprites are not documented in v2. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
