I have created simple maps for locations to our various campuses and offices. In Safari, Chrome, and Firefox the default map marker displays properly, but in IE, the map marker is cut if half and duplicated back to back. Here is a link<http://www.mbch.org/corporations/properties/maps/lowe_frillman.php>to one of our pages with this map and problem marker. The div tag around the map is the default google, map canvas. My CSS for the map canvas is: /* ~~ styles for google maps ~~ */ #mapCanvas { border-top: 1px solid #2B71B9; /* Set to banner color */ border-left: 1px solid #2B71B9; /* Set to banner color */ border-right: 2px solid #6E6E6E; border-bottom: 2px solid #6E6E6E; } #mapCanvas { float:left; width: 730px; height: 400px; margin: 10px 0 10px 10px; } I can not find out why this is splitting in IE, but fine in other browsers. Has anyone seen something like this, and have an idea what I am missing? Thanks
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/aOOsJP6TunQJ. 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.
