> What I'm gonna try is a series of short - say 1/2 second - waits in a > loop. At the end of each such wait, test for the existence of the > div, and if true, do the addOverlay. Else, continue the loop.
err, setTimeout(function, 1) waits just 1 millisecond, that will be a bit quicker than half-second delays cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
