View Full Version : 50% transparency


LOTRchick
07-21-2003, 09:06 PM
hey, can i have a css code to make tables 50% transparent. can you give me the whole code?

thanks.

Alcy
07-21-2003, 09:15 PM
Every table?

<style type="text/css">
table
{
filter:alpha(opacity:50%)
}
</style>

vimota
07-21-2003, 09:51 PM
Please stop with the nonsense posts, they will be deleted. ~Moderator

LOTRchick
07-21-2003, 11:57 PM
um how is this nonsense? I was asking for help.

lefty
07-22-2003, 12:05 AM
Not you, vimota ;)

LOTRchick
07-22-2003, 12:17 AM
its not working. i tried and its not.

kittycat
07-22-2003, 12:26 AM
Try this

<style type="text/css">
table
{
filter:alpha(opacity=50%)
}
</style>