codice html<div id="mappa"><>
css#mappa { height: 650px; width: 950px;}#miobox { font-family: Sintony; font-size: 13px; width: 300px; text-align:left;}img.right{float:right;padding: 0 0 5px 15px;}
prima della chiusura del teg body<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=true"></script><script type="text/javascript" src="google.js"></script>
file google.jsvar miaPosizione = new google.maps.LatLng(45.015757,9.126978);var settings = { zoom: 15, center: miaPosizione, mapTypeControl: true, mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU}, navigationControl: true, navigationControlOptions: {style: google.maps.NavigationControlStyle.SMALL}, mapTypeId: google.maps.MapTypeId.ROADMAP}; var map = new google.maps.Map(document.getElementById("mappa"), settings);var mioLogo = new google.maps.MarkerImage('optivistmaps.png', new google.maps.Size(60,120), new google.maps.Point(0,0) );var mioMarker = new google.maps.Marker({ position: miaPosizione, map: map, icon: mioLogo, title:"OptiVist" }); var box = '<div><h1>OptiVist</h1>Via Emilia, 5 - 27045 Casteggio (PV) Tel.0383 82546 optivist@optivist.com Martedì-Sabato 9-12:30 e 15-19:30 Domenica 9-12:30 Lunedi CHIUSO<>';var infobox = new google.maps.InfoWindow({ content: box }); infobox.open(map,mioMarker);
Only registered users can see contents. Please click here to Register or Login.
prima della chiusura del teg body<script type="text/javascript" src="google.js"></script>
Domanda: perché non segui alla lettera quello che ti viene detto?