To layer it over your map, use a custom GControl. I'm not aware of any CSS that will perform drop-ups for you. I imagine that what you have to do is listen for onmousover on each button and reveal a div in the corresponding location. Then listen for onmouseout on your new div and hide it again.
Actually, to be neat, the mouseout situation is a bit more complicated than that. If the user exits from the button in a direction other than the drop-up div, then you also want to close the drop-up. Also, it's nice to keep the div open for 1 or 2 seconds after the mouseout, in case the user accidentally just went outside the div (cf: mouseover the "More" button on maps.google.com). -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
