I insert a very basic Google map on my page, and the zoom icon and street print icon are not visible, however, if I put my mouse in the place where they should be, I can zoom in and enter the street view. Thus, the controls are simply not visible.
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?key=<apikey>&sensor=false®ion=IT"> </script> var myOptions = { zoom: 17, center: latlng, panControl: true, zoomControl: true, zoomControlOptions: { style: google.maps.ZoomControlStyle.LARGE }, scaleControl: true, mapTypeId: google.maps.MapTypeId.ROADMAP }; var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
What ideas might come up?

css google-maps google-maps-api-3
Phill Dec 14 '11 at 20:49 2011-12-14 20:49
source share