• astuces pour qu'une image s'allume au passage de la souris

    astuce donnée par stormalo :

    (ce qui est en vert est un ajout facultatif, pour info)

    /* image opaque */
    img {

    -moz-transition: opacity 0.4s linear 0s;
    -webkit-transition: opacity 0.4s linear 0s;
    transition: opacity 0.4s linear 0s;
    opacity: 0.5;
    }
    /* image claire */
    img:hover {
    -moz-transition: opacity 0.4s linear 0s;
    -webkit-transition: opacity 0.4s linear 0s;
    transition: opacity 0.4s linear 0s;
    opacity: 1;
    }

    « Mettre un spoilerTeleny d'Oscar Wilde »
    Partager via Gmail Yahoo! Google Bookmarks

  • Commentaires

    Aucun commentaire pour le moment

    Suivre le flux RSS des commentaires

    Vous devez être connecté pour commenter