Immagine che si illumina al passaggio del mouse

« Older   Newer »
 
  Share  
.
  1.  
    .
    Avatar

    Senior Member

    Group
    Administrator
    Posts
    63,656
    Location
    Milano

    Status
    Anonymous
    CODICE
    /* Immagini che si illumina al passaggio del mouse */
    img {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    }

    img:hover {
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    }
     
    Top
    .
0 replies since 7/10/2013, 17:00   10 views
  Share  
.