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