I have tried putting style='z-index:1' even then is gone > missing. Is it possible for me to move the zoom slightly lower position? I > can move my other control as like this return new > GControlPosition(G_ANCHOR_TOP_LEFT, new GSize(60, 30));
you can move any GControl as much as you like - check the documentation. That won't help you with your disappearing search box, though. Have another look at the link I sent you: "The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order. Note: z-index only works on positioned elements (position:absolute, position:relative, or position:fixed)." -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
