The safe way is to create your own custom GControl() from scratch.

See the example in the documentation:
http://code.google.com/apis/maps/documentation/controls.html#Custom_Contr
ols

But instead of doing the .createTextNode("Zoom In") do something like

zoomInDiv.innerHTML = '<img src="zoom-button.gif" width=16 height=16 
onclick="map.zoomIn()">';

-- 
http://econym.googlepages.com/index.htm
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to