andru26
3/30/2017 - 8:51 PM

IE transparency fix

IE transparency fix

.opacity{ 
filter:alpha(opacity=60);
background: transparent; 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE6 & 7 */ 
zoom: 1; 
background-image:url(../images/tape.png);
}