Annuncio

Annuncio


Pagina 6 di 6 primaprima ... 4 5 6
Visualizzazione da 51 a 55 di 55
Discussione: Nick non visibili
  1. #51
     Generale CSM
     Administrator
    Forum Utente accreditato Challenge
    Dal: gennaio 2003
    Prov: MI - Milano
    Messaggi: 64 658
    Profilo: 23519 visite
    Gradimento: 389
    9.1

    Re: Nick non visibili

    Quote Voyager ha scritto: Visualizza il messaggio
    Al di là del fatto che non riesco a vedere la modifica che hai fatto a livelloi di codice, (sembrerebbe solo che con Firefox sparisce il glow), poi, sempre per firefox, potresti provare il codice suggerito in quei due link che ho indicato (e che io non ho mai provato).
    è quello che ho fatto!
    da ffox pulsante destro, visualizza sorgente pagina.
    lì vedi il codice.

    We are the sons and daughters of all the freedom fighters.
    And there are still many rivers to cross.
    Hands in the air, screaming loud and clear for freedom, justice and equality.
    There is no black or white, there is only right and wrong.
    We are unknown heros, we are flesh and we are blood.
    We are the great future.
    We need to get back to the joy of living.
    We are five fingers of an empty hand.
    But together, we can also be the fist.
    Sometimes change can be as simple as two hands reaching for one another.
    Clap your hands.


  2. #52
     Generale CSM
     Campione
     Nazionale
    Forum Utente accreditato Challenge
    Dal: febbraio 2005
    Prov: RM - Roma
    Messaggi: 11 172
    Profilo: 5013 visite
    Gradimento: 147
    9.5

    Re: Nick non visibili

    Quote highlander ha scritto: Visualizza il messaggio
    è quello che ho fatto!
    da ffox pulsante destro, visualizza sorgente pagina.
    lì vedi il codice.
    L'ho fatto.

    Io vedo (sul tuo nick)

    <div id="postmenu_930012" style="font-weight:bold; width:160px; height:24px; filter:Glow(color=navy, strength=3);text-shadow: 2px 2px 3px navy;">


    &nbsp;<a class="bigusername" href="member.php?u=71"><span style="text-decoration:none;"><b><font color="white"><font size = "+1" style="text-decoration: none;"><b><i><font style="text-decoration: none;">highlander</font></i></b></font></font></b></span></a><br><script type="text/javascript"> vbmenu_register("postmenu_930012", true); </script>


    </div>


    mentre a quel link suggeriscono di usare la box-shadow
  3. #53
     Generale CSM
     Administrator
    Forum Utente accreditato Challenge
    Dal: gennaio 2003
    Prov: MI - Milano
    Messaggi: 64 658
    Profilo: 23519 visite
    Gradimento: 389
    9.1

    Re: Nick non visibili

    Quote Voyager ha scritto: Visualizza il messaggio
    L'ho fatto.

    Io vedo (sul tuo nick)

    <div id="postmenu_930012" style="font-weight:bold; width:160px; height:24px; filter:Glow(color=navy, strength=3);text-shadow: 2px 2px 3px navy;">


    &nbsp;<a class="bigusername" href="member.php?u=71"><span style="text-decoration:none;"><b><font color="white"><font size = "+1" style="text-decoration: none;"><b><i><font style="text-decoration: none;">highlander</font></i></b></font></font></b></span></a><br><script type="text/javascript"> vbmenu_register("postmenu_930012", true); </script>


    </div>


    mentre a quel link suggeriscono di usare la box-shadow
    si, ma io ho guardato il codice html di quel link dove c'erano le pagine di esempio.
    <!DOCTYPE html>

    <title>-moz-box-shadow "inset" CSS test</title>

    <meta name=description
    content='"inset" Keyword Test for box-shadow | -moz-box-shadow | -webkit-box-shadow | CSS Property'>

    <style>

    body { background: khaki;
    margin: 1em auto;
    max-width: 40em; max-width: -moz-min-content;
    }
    div { width: 8em;
    font: small "Courier New", "Nimbus Mono L", FreeMono, "Luxi Mono";
    padding: 0.5em;
    margin: 1.6em 0;
    background: white;
    white-space: pre;
    text-shadow: -1px -1px rgba(255,255,255,0.5);
    }
    hr { border-style: solid; border-color: #ffe #aa5 #aa5 #ffe; }

    </style>

    E la parte di codice che riuguarda mozilla è questa:

    text-shadow: 2px 2px 3px navy;">

    La box fatta in verdone (caso tuo) o navy (caso mio) diventa un pugno negli occhi...
  4. #54
     Generale CSM
     Campione
     Nazionale
    Forum Utente accreditato Challenge
    Dal: febbraio 2005
    Prov: RM - Roma
    Messaggi: 11 172
    Profilo: 5013 visite
    Gradimento: 147
    9.5

    Re: Nick non visibili

    Quote highlander ha scritto: Visualizza il messaggio
    si, ma io ho guardato il codice html di quel link dove c'erano le pagine di esempio.
    <!DOCTYPE html>

    <title>-moz-box-shadow "inset" CSS test</title>

    <meta name=description
    content='"inset" Keyword Test for box-shadow | -moz-box-shadow | -webkit-box-shadow | CSS Property'>

    <style>

    body { background: khaki;
    margin: 1em auto;
    max-width: 40em; max-width: -moz-min-content;
    }
    div { width: 8em;
    font: small "Courier New", "Nimbus Mono L", FreeMono, "Luxi Mono";
    padding: 0.5em;
    margin: 1.6em 0;
    background: white;
    white-space: pre;
    text-shadow: -1px -1px rgba(255,255,255,0.5);
    }
    hr { border-style: solid; border-color: #ffe #aa5 #aa5 #ffe; }

    </style>

    E la parte di codice che riuguarda mozilla è questa:

    text-shadow: 2px 2px 3px navy;">

    La box fatta in verdone (caso tuo) o navy (caso mio) diventa un pugno negli occhi...
    Dai, quando ho un attimo ci faccio delle prove
  5. #55
     Generale CSM
     Campione
     Nazionale
    Forum Utente accreditato Challenge
    Dal: febbraio 2005
    Prov: RM - Roma
    Messaggi: 11 172
    Profilo: 5013 visite
    Gradimento: 147
    9.5

    Re: Nick non visibili

    Quote Voyager ha scritto: Visualizza il messaggio
    Dai, quando ho un attimo ci faccio delle prove
    Sì...confermo. Con le box (funziona solo la -moz-....) è più brutto.

Pagina 6 di 6 primaprima ... 4 5 6

Navigazione

Tag per questa discussione