Salve ragazzi ho fatto un mappa cliccabile,ma ho un problema; sui punti in cui è possibile cliccare nn mi esce il cursore che spesso di default esce per i collegamenti ipertestuali.
ecco il codice che vi puo servire per avere un idea di cosa ho combinato:

codice:
<map name="FPMap1"  cursore="hand" >
				<area shape="rect" coords="53, 258, 180, 299"  onclick="window.open('parcheggio.htm','PARCHEGGIO', 'width=600, height=450, top=0, left=0, status=no, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes');" href="DoveSiamo.htm">
				<area shape="rect" coords="53, 258, 180, 299"  onclick="window.open('parcheggio.htm','PARCHEGGIO', 'width=600, height=450, top=0, left=0, status=no, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes');" href="DoveSiamo.htm">
				<area shape="rect" coords="182, 232, 220, 254" onclick="window.open('ingresso.htm','ingresso', 'width=550, height=400, top=0, left=0, status=no, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes');" href="DoveSiamo.htm">

				<area href="capanna.htm"     shape="circle" coords="251, 185, 22">
				</map>