Hello: I set the default visibility of style of a web element as hidden and show it by click event. It can cover other html web elements, but it is covered by google map which generated before the click event. web element: <div id="crimeTypesId" style="position:absolute;width:500px;left: 200;top:130;visibility:hidden"> map element: <div id='map_canvas' style='height: 800px; width: 1000px'></div> I do not want to set the visibility of style of the map element as hidden. In that case, how can I let the visible web element cover the google map? Does google map always display in front of all other html elements?
Xiangli Chen -- 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.
