Thanks a lot for this quick reply. It solved the problem.
In fact that was my first suspect, but because that div element was needed
elsewhere, I only changed the div element containg the map with a class I
named "GoogleMap":
.GoogleMap {
text-indent : 0ex;
text-align : center;
width: 640px;
height: 640px;
margin-top: 4px;
margin-left: 1px;
margin-right: 0px;
padding: 0px 0px 0px 0px;
border: solid 1px #00a000;
}
Now from Your answer I understand there are "hidden" div elements inside the
Google API.
I copied the stili.css file in a new one and removed the div definition.
Everything goes right now!
Thanks again.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.