Hi all guys,i have a problem with mousover function.
This is a function that i call when i pass over a marker

GEvent.addListener(marker, 'mouseover', function() {
                document.getElementById("prova").innerHTML = html;
)}
This function populate a div with an image defined in the variable
html and popup over the map.Now i would like to close the div when i
click anywhere on the map,as for a simple info window but i don't know
how..
Someone can help me?thank you very much!

-- 
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.

Reply via email to