View Full Version : Transpareny


pipersdragon
08-22-2004, 09:12 PM
Is there a way to make a table background semitransparent?

Sheila
08-23-2004, 07:35 AM
You would have to use a graphics program in order to do that.

pipersdragon
08-23-2004, 02:55 PM
I have a graphics program, Inlighten me!

MaGiCSuN
08-23-2004, 03:31 PM
- open up your background in the program
- add a new layer
- make that layer white
- set opacity of that layer to 50%
- merge the layers
- save it as a new background :)

Love,
Mirna

hafunui
08-23-2004, 04:46 PM
in the table tag add
style"filter:alph(opacity=50)"

aswell as your background image
everything inside however will be transparent too.

if you dont want your content transparent, pit it in a <div style="position:absolute; top: 10; left: 10;"> tag and postion it on your table

MaGiCSuN
08-23-2004, 04:51 PM
but then you also have to position everything, otherwise things will get out of place :)