• User Attivo

    Modificare Imagemenu pathfusion

    Salve a tutti... sto "battendo" la testa in giro su internet ma non trovo nulla quindi chiedo qui.

    Credo che già molti conoscano imagemenù di phatfusion.

    Bello script.

    Però non capisco le istruzioni!

    Cioè nella pagina ufficiale c'è:
    Options:

    onOpen
    a function to execute when an item is clicked open. If there is an href within the li then that is passed to the function.
    onClose
    same as above but when clicked closed.
    openWidth
    width in px of the items when rolled over. default: 200
    transition
    default: Fx.Transitions.quadOut
    duration
    the length of the transition. default: 400
    open
    the id or index of the item to open on start. default: null
    border
    a px value to tweak the widths when an item is open. default: 0

    --
    Ok, stupendo ma queste modifiche vanno inserite nel codice html?, nel css,? nello javacript????

    Grazie.


  • User Attivo

    Credo di aver risolto!
    Almeno nel mio caso.

    Per evitare che una delle immagini del menù si "apra" di default all'apertura della pagina bisogna aprire il file .css presente nella cartella di image menu ed eliminare:

    width: 310px;
    

    Nell'ultimo dell'elenco 🙂