Home › Forums › CSS › Cross Browser Transparency › Re: Cross Browser Transparency
May 29, 2012 at 6:51 am
#103597
Participant
what about trying this :
.main_text {
/* your code */
/* here for IE
color : ffffff
#C0 : opacity 75%
*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0ffffff ,endColorstr=#C0ffffff);
}
original here : http://www.alsacreations.com : Le filtre Gradient pour IE
?