View Full Version : Profile Enhancements - Simple Profile picture Effect
zascok
08-04-2012, 10:00 PM
Simple but will get that "wow!" from your users.
.avatarcontainer img {
opacity:0.5;
transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
}
.avatarcontainer:hover img {
opacity:1;
}
copy and paste this into additional.css, save it.
letipro
08-05-2012, 07:31 PM
not work :(
zascok
08-05-2012, 08:56 PM
what browser are you using?
ProFifaLeagues
08-05-2012, 09:05 PM
Works well in Firefox
Nice little effect you made here installed and rated!!
hiepsi@
08-06-2012, 02:35 PM
works well in safari,firefox
faisaly.com
08-06-2012, 03:53 PM
This would be even better for all avatars including postbit_legacy...
zascok
08-06-2012, 05:07 PM
This would be even better for all avatars including postbit_legacy...
put ;)
.avatarcontainer img,
.postuseravatar img {
opacity:0.5;
transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
}
.avatarcontainer:hover img,
.postuseravatar:hover img {
opacity:1;
}
should work as well
ramesh_umk3
08-06-2012, 06:57 PM
Add this too code is supported to some more browsers :)
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50 )";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
synseal
08-07-2012, 09:18 AM
Nice, thankyou!. *Installed rated 5.
Working fine on chrome and FF.
Is there a way to make it work with Internet Explorer 11?
Thank you.
ozzy47
02-01-2014, 02:55 AM
Is there a way to make it work with Internet Explorer 11?
Thank you.
Did you see where I responded to your other post, https://vborg.vbsupport.ru/showthread.php?t=307742
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.