The only CSS I have is on the map container, the outer div to the map,
called googlemap-grid:
#googlemap-grid {
width: 990px; height: 600px;
border: 1px solid #e99b55;
margin-bottom: 20px;
}
Then of course as the page says, there is style on the main googlemap div,
the map itself:
#googlemap {
width: 990px;
height: 600px;
}
--
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.