Perfect, that's just what I needed. Thanks, P.Romero
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Williams Sent: 2009-04-04 11:56 PM To: [email protected] Subject: Re: show/hide polygon on mouseover/mouseout Rather than hide() you could use setFillStyle({opacity:0}) and setStrokeStyle({opacity:0}). A polygon with zero opacity looks like it's hidden, but still issues mouseover events. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
