Opacitate avatar Invision
Page 1 of 1 • Share
- CsL # Sc00bY~Do0Premium User
- Posts : 328
Reputation : 13
- Code:
.postprofile dl dt a img {
opacity: 0.6;
-moz-transition-property: opacity;
-moz-transition-duration: 0.6s;
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.6s;
-o-transition-property: opacity;
-o-transition-duration: 0.6s;
transition-property: opacity;
transition-duration: 0.6s;
filter:alpha(opacity=60);
}
.postprofile dl dt a img:hover {
opacity: 1.0;
filter:alpha(opacity=100);
}
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum