Targhette spente-accese

« Older   Newer »
 
  Share  
.
  1. ;Alaska
     
    .

    User deleted


    Per illuminare le targhette al passaggio del mouse vi basterà aggiungere questo codice in:

    gestione codice HTML > modifica colori e stili


    Questo é il codice:


    CODICE
    .web a:link img, .web a:visited img {filter:alpha(opacity=30); -moz-opacity: 0.5; opacity: 0.5}
    .web a:hover img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0}


    Se invece volete solo l'effetto opacità senza l'illuminazione, inserite invece questo codice:

    CODICE
    .web a:link img, .web a:visited img {filter:alpha(opacity=30); -moz-opacity: 0.5; opacity: 0.5}
     
    .
0 replies since 17/5/2009, 18:20   33 views
  Share  
.