> That's because "i" is a parameter of mymouseover(i) but not of
> mymouseout(), so mymouseout() tries to use the global "i" variable
> rather than the one associated with the marker.
>
> Try
> function mymouseout(i) {
> and
> onmouseout="mymouseout('+i+')"
>
Thank you Mike, that did it!
And thank you for providing your tutorials - I have a couple of books
on the Maps API but I'm finding your tutorials more useful.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---