Each marker can have a 'mouseover' event listener added to it. On mouseover the code that executes could change the CSS style of a HTML element that contains a link to the marker (that is your 'this place' square).
You'd then also want a 'mouseout' event listener to restore the CSS style when the mouse is no longer hovering over that marker. You can find a list of the various event listeners that can be used here: http://econym.org.uk/gmap/gevent.htm Martin. On 8 Feb, 07:49, Rob Julien <[email protected]> wrote: > That's great, Igloo. Thanks! > I would like to go one step further, however, and when I 'mouseover' the > marker on the map, have the 'this place' or 'that place' on the side be > highlighted somehow signalling that that is indeed the link for that > specific location. Do you know what I mean? > > Rob... > > On Sun, Feb 8, 2009 at 4:41 PM, igloo <[email protected]> wrote: > > >http://econym.org.uk/gmap/example_map2.htmis a simple example. You > > can use 'mouseover' instead of "click' and instead of setting an > > infowindow you can insert and/or remove a marker. > > > Search the discussion group for animated markers if you want a > > flashing beacon. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
