Thanks, that seems to work, although I don't understand why...
Is this just a workaround for some bug, or what? What's the difference between visibility=hidden and display=none ? On Sep 7, 3:40 pm, Martin <[EMAIL PROTECTED]> wrote: > Have you tried using: > > box.style.display = "none"; > > instead of > > box.style.visibility = "hidden"; > > And > > box.style.display=""; > > instead of > > box.style.visibility = "visible"; > > Martin. > > On 7 Sep, 21:18, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Here: > > >http://lakecountycycling.com/test/ > > > or more directly: > > >http://lakecountycycling.com/test/map.html > > > 1. Click "Options" (the options box appears) > > 2. Uncheck "Show Legend" > > 3. Check "Show Forest Preserves" (some green markers should appear) > > 4. Click "Options" again to close the options box > > 5. Now click one of the markers. > > > When the info window appears, both the options box and the legend box > > reappear. > > > The options box and the legend box are div's that are hidden when not > > open. Opening the infowindow seems to unhide them. > > > Is this by design or a bug? How do I get around it? > > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
