Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cross Browser Transparency Re: Cross Browser Transparency

#103597
ylc66
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

?