> @ Mike : That if I use ELabel, it would be a big challange, cos, when i'm > scrolling the window (browser) the map isn't moving, the whole window is, so > I would have to set the Lat Lon depending on the broswer scrolling. > Is there anyother solution?
You mean your map is bigger than the window, and you want something that stays in view when scrolling? Don't reference your legend to the map at all. Make it a floating div with its position fixed in the viewport - not a maps issue, use Google to find ways to do that. The usual solution is to make the map fit the available screen and provide the user with tools to scroll the map insted of the whole window, but there you go. 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 -~----------~----~----~----~------~----~------~--~---
