Visualizzazione dei risultati da 1 a 6 su 6

Discussione: barra blu animata

  1. #1
    Utente bannato
    Registrato dal
    Apr 2003
    Messaggi
    1,119

    barra blu animata

    come kakkio è fatto questo? (vedi barra blu in alto)

    http://www.pumanet.it/

  2. #2
    Utente bannato
    Registrato dal
    Apr 2003
    Messaggi
    1,119
    ah... ops
    codice:
    <SCRIPT LANGUAGE="JavaScript">
    var message = new Array();
    
    message[0] = " PUMANET.IT "
    var reps = 2;
    var speed = 100; 
    var p = message.length;
    var T = "";
    var C = 0;
    var mC = 0;
    var s = 0;
    var sT = null;
    if (reps < 1) reps = 1;
    function doTheThing() {
    T = message[mC];
    A();
    }
    function A() {
    s++;
    if (s > 8) { s = 1;}
    if (s == 1) { document.title = '.¸.·´¯`·.¸.·´¯`·.¸.·´¯`· '+T+' ¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.'; }
    if (s == 2) { document.title = '·.¸.·´¯`·.¸.·´¯`·.¸.·´¯` '+T+' .·´¯`·.¸.·´¯`·.¸.·´¯`·.¸'; }
    if (s == 3) { document.title = '`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯ '+T+' ·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.'; }
    if (s == 4) { document.title = '¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´ '+T+' ´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·'; }
    if (s == 5) { document.title = '´¯`·.¸.·´¯`·.¸.·´¯`·.¸.· '+T+' ¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´'; }
    if (s == 6) { document.title = '·´¯`·.¸.·´¯`·.¸.·´¯`·.¸. '+T+' `·.¸.·´¯`·.¸.·´¯`·.¸.·´¯'; }
    if (s == 7) { document.title = '.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸ '+T+' ·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`'; }
    if (s == 8) { document.title = '¸.·´¯`·.¸.·´¯`·.¸.·´¯`·. '+T+' .¸.·´¯`·.¸.·´¯`·.¸.·´¯`·'; }if (C < (8 * reps)) {
    sT = setTimeout("A()", speed);
    C++;
    }
    else {
    C = 0;
    s = 0;
    mC++;
    if(mC > p - 1) mC = 0;
    sT = null;
    doTheThing();
       }
    }
    doTheThing();
    </script>
    scusate

  3. #3
    Utente di HTML.it L'avatar di cieli
    Registrato dal
    May 2002
    Messaggi
    135
    ma che bellino...

    domanda super fagiana:
    non c'è modo di assegnare un colore (metti verde anzichè blu)alla barra quando si entra in un sito?

    =^.^=
    Smiley e Gatti
    =^.^=

  4. #4
    No, in quanto quel colore della barra è impostato in base alle preferenze del sistema.
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

  5. #5
    Utente di HTML.it L'avatar di cieli
    Registrato dal
    May 2002
    Messaggi
    135
    grazie... peccato, sarebbe stato carino poterlo fare...
    =^.^=
    Smiley e Gatti
    =^.^=

  6. #6
    Ma daiiiii


    che figata...

    Giuro che non ne avevo mai vito uno così...

    Ora lo aggiunga alla mia hp. :metallica

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.