CSS Image Hover

This is a CSS snippet, talking about image, hover, fade and transition

CSS Image Hover Add to Favorite

.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;
}

CSS image hover with fade in-out effect.

Created by ThePeppersStudio (53 days, 4.61 hours ago)

Do you want to leave a message? Please login first.