The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Transparent table

Go down

Transparent table Empty Transparent table

Post by Leaf July 26th 2010, 01:43

Transparent table.

Hello.
I am creating a Terms of Use for my website.
I have my background image, and I wanted to create a table that is transparent to the background. Not 100% transparent, just blurry.

what codes would I use to accomplish this?

Please do not direct me to the guide in the tips and tricks place, that didn't help me.
Leaf
Leaf
Forumember

Male Posts : 381
Reputation : 0
Language : English
Location : Jersey shore

http://www.clubpenguinhut.com

Back to top Go down

Transparent table Empty Re: Transparent table

Post by Guest July 26th 2010, 01:50

Let's try this
[code]
<table style="background-color: gray;filter:alpha(opacity=60); -moz-opacity:0.6; opacity: 0.6;border: 1px solid black;">
</table>
avatar
Guest
Guest


Back to top Go down

Transparent table Empty Re: Transparent table

Post by Leaf July 26th 2010, 01:52

This is my main body's background image:
Code:
<body background="http://i35.servimg.com/u/f35/14/95/77/02/cpback10.png">

I want a table(about 800px) in the middle of the page that is slightly transparent to the background.

The code isn't working.
This is the page with JUST my background image. I need the transparent table now.

http://www.clubpenguinhut.com/Terms-h2.htm
Leaf
Leaf
Forumember

Male Posts : 381
Reputation : 0
Language : English
Location : Jersey shore

http://www.clubpenguinhut.com

Back to top Go down

Transparent table Empty Re: Transparent table

Post by Guest July 26th 2010, 02:06

Edit: Here we go Wink
Code:


<table style="float:left;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;" background="http://a.imageshack.us/img824/122/cpback10.png" width="800" height="800" border="1"> 
<tbody><tr>
<td><center>Text Here</center></td>
</tr>
</tbody></table>
avatar
Guest
Guest


Back to top Go down

Transparent table Empty Re: Transparent table

Post by Leaf July 26th 2010, 02:15

Gangstar15 wrote:Edit: Here we go Wink
Code:


<table style="float:left;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;" background="http://a.imageshack.us/img824/122/cpback10.png" width="800" height="800" border="1"> 
<tbody><tr>
<td><center>Text Here</center></td>
</tr>
</tbody></table>

Hmm, I don't like that very much.

I found something and applied it. Check it out:
http://www.clubpenguinhut.com/Terms-h2.htm
How Do I add a border to the table?
Leaf
Leaf
Forumember

Male Posts : 381
Reputation : 0
Language : English
Location : Jersey shore

http://www.clubpenguinhut.com

Back to top Go down

Transparent table Empty Re: Transparent table

Post by Guest July 26th 2010, 03:05

Okay :d i think its the same Razz. add border="1" Smile
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum