background: rgba(0,0,0,0.8);
background-color: #000;background-color: rgba(0,0,0,0.8);
background: transparent url(transparentbg.png);background: rgba(0,0,0,0.8);
.wrapper {opacity:0.8;}.wrapper * {opacity:1.0;}
.box_rgba { background-color: transparent; background-color: rgba(0, 0, 0, 0.8); /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); /* IE6–IE9 */ zoom: 1;}
http://tomwindeknecht.com/new/
I need the black wrapper to have transparency (80%), but not the antiqued paper div. Unfortnately, it seems to be applying the transparency to both, even though I only added transparency to the black wrapper.
Does anyone know of how I could fix this?
Thanks in advance,
Tom
if you absolutely must support the transparent background in old browsers then fallback with a png.
I don't use .pngs for cross-browser transparency support anymore. I'd do something like this (grabbed from CSS3 Please: