Sign up to create your own snipts, or login.

Public snipts » d13t's snipts » css image hover

posted on Jan 19, 2010 at 7:42 a.m. EST in 
  • .image {
    /* image properties */
    }
    
    .image:hover {
    -o-transition-duration: .33s;
    -o-transition-property: border, color, opacity, -moz-opacity;
    -webkit-transition-duration: .33s;
    -webkit-transition-property: border, color, opacity, -moz-opacity;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    }
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.