View Full Version : Opacity in a table


moody_cutie
06-03-2003, 06:35 PM
I just would like to know how to put Opacity in my table. What I mean is having a table thats pink or any color and having the background show through. Thats all thanks^_~

If there is any way can you please show the code of how to do it?

Elentari
06-03-2003, 07:13 PM
I am not entirely certain it can be done but try adding this code to wherever you want opacity (either the table tag, the td or tr tags)..

style="filter: alpha(opacity=75);"

If that doesn't work you might want to look into transparent divs?

moody_cutie
06-03-2003, 07:25 PM
I hope it works^_~