Home › Forums › CSS › Cross Browser Transparency › Re: Cross Browser Transparency
May 27, 2012 at 10:14 pm
#103555
Participant
IE doesnt understand the relatively recent code background: rgba(255, 255, 255, 0.75);
. You’re probably going to have to use a background image (white, 75% opacity, save as PNG) and use that for that block if you want it to work in IE8 and before.
It all seems to work fine in IE9, by the way.