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.

Semi-Transperancy phpBB3

Go down

Semi-Transperancy phpBB3 Empty Semi-Transperancy phpBB3

Post by jadestarwolf 23/5/2012, 02:30

I've been gone from doing coding for a long time and I've forgotten quite a bit of it. I'm doing a new website for a guild I've joined in a game and I added the base graphics that I wanted to use. While messing with the backgrounds and tables and such I decided it would be nice if I could see the background and I can't quite figure out how to get it to work the way I want it to.

Website url: cphx.forumotion.com

Here's how it looks currently and what I want to do with it.
Semi-Transperancy phpBB3 Ss10

Body line background to 90% transparency
Table Row Background color 1 & 2 to 70% transparency

I have looked up quite a few posts on how to do anything like that and attempted to do it myself with no success. Here's a couple of the codes that I've used (not at the same time).

In CSS
Code:
td.row1, td.row2, td.row3, td.row3Right { opacity: .8;
                            filter: alpha(opacity=80);
                                    -moz-opacity: .8;}
In site description
Code:
<style type=text/css>td.row1, td.row2, td.row3, td.row3Right { opacity: .8; filter: alpha(opacity=80); -moz-opacity: .8;}</style>
jadestarwolf
jadestarwolf
New Member

Female Posts : 4
Reputation : 0
Language : English

http://7verse.forumotion.com/

Back to top Go down

Back to top


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