Click to See Complete Forum and Search --> : Table Opacity Issue


phpnstuff
11-03-2006, 04:00 PM
How can I make the table itself have an opacity but not the elements inside. I want the text and images to stay @ 100%, and table border if possible, I only want the table background-color to be transparent.


<style type="text/css">
filter: alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
-khtml-opacity: 0.80;
</style>

Kravvitz
11-03-2006, 05:37 PM
Use a PNG image instead.

phpnstuff
11-03-2006, 05:54 PM
Please explain?

Kravvitz
11-03-2006, 05:59 PM
PNG images can be made to be partially transparent. It's called alpha transparency.

There is a fix for IE5.5-6 to make this work. (http://www.google.com/search?q=IE6+png+fix)

I think GIMP can be used to make them. (http://www.gimp.org/windows/) Don't ask me how though -- I use PSP.