On Jan 16, 5:24 pm, Zawardo <[email protected]> wrote:
>
> How can i made the map div effectively included in the container div
> (becoming scrollable) using ie?

You can do it by making #container have position:absolute. My
reference book says "An element whose position is absolute acts as a
visual container for any elements enclosed within its content.
Contained elements that are assigned coordinates outside their
container's dimensions will disappear." And indeed it works.

Not sure why you would want to define a map which is bigger than its
displayed area, though. You are still loading the tiles for the
defined map area, and you don't need all of them.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to