Visualizzazione risultati 1 fino 26 di 26

Discussione: menu a comparsa

  1. #1
    Guest

    Predefinito menu a comparsa

    dovrei fare un menu e mi servirebbe farlo come quello del sito http://www.ereiser.org/portale/index.php come posso farlo?

  2. #2
    Guest

    Predefinito

    devi usare il flash

    cerca su
    http://flash-mx.html.it
    http://www.risorseflash.it

    ne troverai molti già fatti

  3. #3
    Guest

    Predefinito

    ma che flash, cioè potresti farlo con flash, ma in quel sito non in flash, e del semplice codice js...

  4. #4
    Guest

    Predefinito

    si ma con il flah viene molto meglio

  5. #5
    Guest

    Predefinito

    preferisco non lavorare in flash ma se mi dite che è meglio lo studio, anche perchè potrebbe servire

  6. #6
    Guest

    Predefinito

    http://flash-mx.html.it/crea_menu/index.asp

    da qui puoi creare un menu che mette a disposizione flash-mx ke èmolto personalizzabile

    http://flash-mx.html.it/movies/lista_movies.asp?idcat=3

    qui ci sono molti menu già fatti puoivedere se c'è qualcuno ke va bene

  7. #7
    Guest

    Predefinito

    secondo me con CSS e due (di numero) righe di javascript viene un lavoro più leggero e snello

    mavericck

  8. #8
    Guest

    Predefinito

    Vai su www.html.it oppure su http://www.javascript.it trovi mollti script che ti permettono di creare quei menu.............

  9. #9
    Guest

    Predefinito

    scusate una volta fatto il menu poi come lo metto???

  10. #10
    Guest

    Predefinito

    si preferirei in javascript, risulta più leggero

  11. #11
    Ospite Guest

    Predefinito

    qui trovi un sacco di menu così in javascript + css cioè in html dinamica, l'unica cosa provali con i vari browser prima perchè non sempre funzionano dappertutto.
    http://www.dhtmlcentral.com/script/s...?category=menu

  12. #12
    Guest

    Predefinito

    ma non e' questo? <!-- tinyMCE -->
    <script language="javascript" type="text/javascript" src="includes/tiny_mce/tiny_mce.js"></script>
    <script language="javascript" type="text/javascript">
    tinyMCE.init({
    mode : "textareas",
    theme : "default",
    language : "italian",
    editor_css : "includes/tiny_mce/themes/default/editor_ui.css",
    force_p_newlines: "false",
    force_br_newlines: "true"
    });
    </script>
    <!-- /tinyMCE --><script language="JavaScript">
    <!-- ops questo e' il codice dei css.. per i link forse ti riferivi al menu'..!!
    Ultima modifica di alibi74 : 08-07-2005 alle ore 19.40.36

  13. #13
    poske non è connesso Altervistiano Junior
    Data registrazione
    06-02-2005
    Messaggi
    620

    Predefinito

    Citazione Originalmente inviato da mavericckweb
    secondo me con CSS e due (di numero) righe di javascript viene un lavoro più leggero e snello

    mavericck
    Ciao mavericck, mi interessa uno script come da te descritto ovvero con poco javascript abbinato con css... ma non ho trovato nulla del genere... puoi postarmi un link oppure un piccolo esempio? grazie!

    Ciao! :D

  14. #14
    Ospite Guest

    Predefinito

    al posto di tutti gli onclick metti onmouseover così non devi neanceh cliccare...cmq ce ne sono altri belli nel link del mio post precendente
    -----------------------------------------------------------------

    <style>
    A:hover{color:red}
    #divBg{position:absolute; top:0; left:0; visibility:hidden; height:50}
    DIV.clSub{position:relative; top:-5; font-family:arial,helvetica; font-size:12px; padding:10px; visibility:hidden; background-color:Silver; layer-background-color:Silver}
    </style>
    <script language="JavaScript1.2">
    /************************************************** ******************************
    Copyright (C) 1999 Thomas Brattli
    This script is made by and copyrighted to Thomas Brattli at www.bratta.com
    Visit for more great scripts.
    This may be used freely as long as this msg is intact!
    ************************************************** ******************************
    Browsercheck:*/
    ie=document.all?1:0
    n=document.layers?1:0

    //Do you want it to move with the page if the user scroll the page?
    var moveOnScroll=true

    //Do you want to hide all the other submenus when you click a new?
    var hideAll=true

    /************************************************** ******************************
    If you want to change the appearans on the text, or background or anything
    do that in the style tag above, or in the table tag below.

    NOTE: This menu have some "small" bugs.
    In Netscape the links in the submenus will work even though the
    submenus are hidden, this has something to do with
    a lousy implementation of the relative positioning in Netscape.
    In IE links "underneath" the submenus will not work even though the
    submenus are hidden.
    I will look into this and might find a fix for it.
    ************************************************** ******************************/


    /************************************************** ******************************
    Object constructor
    ************************************************** ******************************/
    function makeMenuBar(obj,nest,vis){
    nest=(!nest) ? '':'document.'+nest+'.'
    this.css=(n) ? eval(nest+'document.'+obj):eval(obj+'.style')
    this.hideIt=b_hideIt; this.showIt=b_showIt; this.vis=b_vis
    if(ie && vis) this.css.visibility='hidden'
    this.state=1
    this.go=0
    this.height=n?this.css.document.height:eval(obj+'. offsetHeight')
    this.top=b_gettop
    this.obj = obj + "Object"; eval(this.obj + "=this")
    }
    //Get's the top position.
    function b_gettop(){
    var gleft=(n) ? eval(this.css.top):eval(this.css.pixelTop);
    return gleft;
    }
    //The functions for showing and hiding
    function b_showIt(){
    this.css.visibility="visible"
    }
    function b_hideIt(){
    this.css.visibility="hidden"
    }
    function b_vis(){
    if(this.css.visibility=="hidden" || this.css.visibility=="hide") return true;
    }
    /************************************************** ******************************
    Checking if the page is scrolled, if it is move the menu after
    ************************************************** ******************************/
    function checkScrolled(){
    if(!oMenu.go)oMenu.css.top=(!oMenu.state)?eval(scr olled):eval(scrolled)
    if(n) setTimeout('checkScrolled()',30)
    }
    /************************************************** ******************************
    Inits the page, makes the menu object, moves it to the right place,
    show it..
    ************************************************** ******************************/
    function menuBarInit(){
    oSub=new Array()
    //Change it here if you want more or less submenus.
    oSub[0]=new makeMenuBar('divSub0','divBg',1)
    oSub[1]=new makeMenuBar('divSub1','divBg',1)
    oSub[2]=new makeMenuBar('divSub2','divBg',1)
    oSub[3]=new makeMenuBar('divSub3','divBg',1)
    oSub[4]=new makeMenuBar('divSub4','divBg',1)
    //Moving menuBar
    oMenu=new makeMenuBar('divBg')
    scrolled=n?"window.pageYOffset":"document.body.scr ollTop"
    oMenu.css.top=eval(scrolled)
    oMenu.css.visibility='visible'
    if(moveOnScroll) ie?window.onscroll=checkScrolled:checkScrolled();
    }

    /************************************************** ******************************
    Shows and hides the submenus
    ************************************************** ******************************/
    function extract(num){
    if(hideAll){
    for(i=0;i<oSub.length;i++){
    if(num!=i) oSub[i].hideIt()
    }
    }
    !oSub[num].vis()?oSub[num].hideIt():oSub[num].showIt();

    }

    onload=menuBarInit;
    </script>
    </head>
    <body bgcolor="White">
    <div id="divBg">
    <table width="102%" border="0" cellspacing="0" cellpadding="5" align="CENTER" valign="MIDDLE">
    <tr bgcolor="#C0C0C0">
    <td height="30"><a href="#" onclick="extract(0); return false">Choice 1</a></td>
    <td><a href="#" onclick="extract(1); return false">Choice 2</a></td>
    <td><a href="#" onclick="extract(2); return false">Choice 3</a></td>
    <td><a href="#" onclick="extract(3); return false">Choice 4</a></td>
    <td><a href="#" onclick="extract(4); return false">Choice 5</a></td>
    </tr>
    <!-- If you don't want submenu, just remove this tr and
    remove the onclicks above and change the #'s to links -->
    <tr>
    <td valign="TOP">
    <div id="divSub0" class="clSub">
    <!-- To make the links link somewhere, just replace the #'s
    with the link location -->
    <a href="#">Sub choice 1</a> <br>
    <a href="#">Sub choice 2</a><br>
    <a href="#">Sub choice 3</a><br>
    <a href="#">Sub choice 4</a><br>
    <a href="#">Sub choice 5</a>
    </div>
    </td>
    <td valign="TOP">
    <div id="divSub1" class="clSub">
    <a href="#">Sub choice 1</a> <br>
    <a href="#">Sub choice 2</a><br>
    <a href="#">Sub choice 3</a>
    </div>
    </td>
    <td valign="TOP">
    <div id="divSub2" class="clSub">
    <a href="#">Sub choice 1</a> <br>
    <a href="#">Sub choice 2</a>
    </div>
    </td>
    <td valign="TOP">
    <div id="divSub3" class="clSub">
    <a href="#">Sub choice 1</a> <br>
    <a href="#">Sub choice 2</a><br>
    <a href="#">Sub choice 3</a><br>
    <a href="#">Sub choice 4</a><br>
    <a href="#">Sub choice 5</a>
    </div>
    </td>
    <td valign="TOP">
    <div id="divSub4" class="clSub">
    <a href="#">Sub choice 1</a> <br>
    <a href="#">Sub choice 2</a><br>
    <a href="#">Sub choice 3</a><br>
    <a href="#">Sub choice 4</a>
    </div>
    </td>
    </tr>
    </table>
    </div>

  15. #15
    Guest

    Predefinito

    Citazione Originalmente inviato da farlimas
    [..]codice infinito[..]
    io preferisco sempre le cose fatte in casa :winkOLD:

    mavericck

    edit : equivocante
    Ultima modifica di mavericckweb : 09-07-2005 alle ore 16.10.46

  16. #16
    Ospite Guest

    Predefinito

    boh...non capisco, allora fattelo a casa tua, cosa chiedi aiuto a fare?? :)

  17. #17
    Guest

    Predefinito

    Citazione Originalmente inviato da farlimas
    boh...non capisco, allora fattelo a casa tua, cosa chiedi aiuto a fare?? :)
    ehi! ehi! non alterarti così, non mi sembra di aver detto nulla di così irritante, se hai pensato ciò scusami :winkOLD:

    mavericck

    ps: in questo thread non ho chiesto niente... la richiesta era di poske :winkOLD:

  18. #18
    Ospite Guest

    Predefinito

    sì ma cosa vuol dire fatto a casa ? nessuno si altera

  19. #19
    Guest

    Predefinito

    personalmente preferisco vedere quale è il problema, vedere come altri lo hanno risolto, capire come va risolto, scrivere da me il codice che lo risolve

    è solo una mia opinione, tutto qui!

    dalle mie parti il detto "fatto in casa" vuol dire fatto con le proprie mani.

    mavericck

  20. #20
    Ospite Guest

    Predefinito

    Citazione Originalmente inviato da poske
    Ciao mavericck, mi interessa uno script come da te descritto ovvero con poco javascript abbinato con css... ma non ho trovato nulla del genere... puoi postarmi un link oppure un piccolo esempio? grazie!

    Ciao! :D
    non hai chiesto un link o un esempio? io ho postato sia il link che l'esempio.

  21. #21
    Guest

    Predefinito

    veramente l'aiuto è per me

  22. #22
    Guest

    Predefinito

    c'è uno script del genere su www.web-link.it basta solo modificargli qualcosa....su quello di web-link si clikka su del testo x fare aprire il menù sottostante ma puoi benissimo modificarlo x fare clikkare su un img come su quel sito

  23. #23
    Guest

    Predefinito

    Citazione Originalmente inviato da farlimas
    non hai chiesto un link o un esempio? io ho postato sia il link che l'esempio.
    ripeto che io non ho chiesto niente in questo thread, ho solo risposto a cellularmania e poske circa le richieste fatte.

    mavericck

  24. #24
    L'avatar di Taitaonline
    Taitaonline non è connesso Utente storico
    Data registrazione
    11-03-2004
    Residenza
    Zena
    Messaggi
    3,317

    Predefinito

    ...Se potete continuare i vostri chiarimenti in privato, gli utenti interessati a questo thread ve ne saranno grati, grazie !
    ...Il grano che nasce e l'acqua che va, è un dono di tutti, padroni non ha...
    My Site FAQ di AlterVista Regolamento di AlterVista

  25. #25
    poske non è connesso Altervistiano Junior
    Data registrazione
    06-02-2005
    Messaggi
    620

    Predefinito

    Citazione Originalmente inviato da farlimas
    non hai chiesto un link o un esempio? io ho postato sia il link che l'esempio.
    Mi permetto di aggiungere un commento: per il resto ho risolto in privato (Mavericck mi ha postato il suo codice).

    Ciao farlimas! Il tuo link è sicuramente utile... ho chiesto un esempio o un link a mavericck perché mi interessava un codice che richiedeva poco javascript a differenza degli altri script.

    Ciao :D

  26. #26
    AMD
    AMD non è connesso Neofita
    Data registrazione
    25-01-2004
    Messaggi
    5

    Predefinito

    ottimo sito quello di http://www.ereiser.org

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •