I have a css problem with ie and gmaps:
let's think about a simple layout:
<div id="container">
<div id="small_map"></div>
</div>
with a simple css:
#container {
width:100px;
height:100px;
overflow:auto;
}
#small_map{
width:350px;
height:350px;
}
in every compliant browser it works flawlessy, in ie the map overrides
the container, and become absolute positioned.
Here a sample:
http://pernice.homeunix.com/test.php
How can i made the map div effectively included in the container div
(becoming scrollable) using ie?
I tried about anything...
Thanx in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---