Visualizzazione dei risultati da 1 a 4 su 4

Discussione: MappaCliccabile

  1. #1

    MappaCliccabile

    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>

  2. #2
    Utente di HTML.it L'avatar di ulrich
    Registrato dal
    May 2002
    Messaggi
    90

    Prova a inserire quanto segue

    <area style="cursorointer"





  3. #3
    l'ho inserito ma continua a nn fare ciò che voglio

    <map name="FPMap1" style="cursorointer">
    <area shape="rect" style="cursorointer" 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" style="cursorointer" 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" style="cursorointer" 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 style="cursorointer" href="capanna.htm" shape="circle" coords="251, 185, 22">
    </map>

    Hai qualche altra proposta??
    Cmq grazie

  4. #4
    codice:
    				<map name="FPMap1"  style="cursor:pointer">
    				<area shape="rect" style="cursor:pointer" 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" style="cursor:pointer" 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" style="cursor:pointer" 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 style="cursor:pointer" href="capanna.htm"     shape="circle" coords="251, 185, 22">
    				</map>
    Forse così è più leggibile

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.