Ciao a tutti ho un problema :
Posto il codice
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
<script type="text/javascript">
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
</script>
</head>
<body>
[img]immagini/Cartina.jpg[/img]</p>
<map name="Map" id="Map">
<area shape="circle" coords="288,94,15" target="_blank" alt="Copreno" style=""onclick="MM_openBrWindow('filiali.html#Cop reno','Filiali','scrollbars=yes,width=805,height=7 00')" />
</map>
</p>
</body>
Come posso fare per far si che quando vado con il mouse su area shape il cursore cambia di forma?
Grazie