The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
IE 11 and opacity
I can't find the template edit mod I used, therefore have to post in here.
I use the below code for opacity - fade out effect for my avatars. It works in all the browsers but Internet Explorer. Would appreciate a solution. Thank you very much. Code:
.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; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; } .avatarcontainer:hover img, .postuseravatar:hover img { opacity:1; } |
#2
|
||||
|
||||
Perhaps this mod, https://vborg.vbsupport.ru/showthread.php?t=286315
You can see it in action here, http://snogssite.com |
Благодарность от: | ||
ckgb |
#3
|
|||
|
|||
I did not. Thank you very much ozzy47.
I also located a fix. Added filter:alpha(opacity=100); to css and IE started to work )) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|