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.

Translucent Cells Problem

Go down

Translucent Cells Problem Empty Translucent Cells Problem

Post by MDragon October 3rd 2010, 11:51 pm

I'm following the guides "To make the cells translucent" and also "Create a CSS file". So I've tried both ways to make my cells translucent. I mean, I tried to put it directly into the site description and link to a file.

I've tried these combinations:
Code:
<style type=text/css>td.row1, td.row2, td.row3, td.row3Right { opacity: .8;                            filter: alpha(opacity=80);                                    -moz-opacity: .8;}</style>
which is straight from the guide, and this:
Code:
<link rel=stylesheet href=http://sekieiplateau.webs.com/forums.css type=text/css>
and the file called forums.css has only this in it:
Code:
td.row1, td.row2, td.row3, td.row3Right { opacity: .8;
                            filter: alpha(opacity=80);
                                    -moz-opacity: .8;}

I have no clue what I did wrong.

-I know the file I'm hosting at that url has that exact info in it.
-Although inside my panel, it doesn't say "'Table Row 1, 2 and 3', I have most things without transparency
-Just in case I'm wrong, cells are those boxes for the forum boxes and stuff, right?

Help anybody?
Thanks in advance
MDragon
MDragon
New Member

Posts : 9
Reputation : 0
Language : English

http://sekieiplateau.4rumer.com/portal.htm

Back to top Go down

Translucent Cells Problem Empty Re: Translucent Cells Problem

Post by Guest October 4th 2010, 12:22 pm

Try this code first ->

Code:

<style type="text/css">
td.row1, td.row2, td.row3, td.row3Right {
opacity: 0.8;                           
filter: alpha(opacity=80);                                   
-moz-opacity: 0.8;}
</style>

Edit: If not worl, Delete "<style type="text/css">" and "</style>" and put it in

ACP - Display - Colors - CSS Stylesheet Smile
avatar
Guest
Guest


Back to top Go down

Translucent Cells Problem Empty Re: Translucent Cells Problem

Post by MDragon October 5th 2010, 1:10 am

Thanks.

I finally realized that I'm only making the forum icons and the words translucent, not the boxes (background) themselves.
Anyone know how to do that?
MDragon
MDragon
New Member

Posts : 9
Reputation : 0
Language : English

http://sekieiplateau.4rumer.com/portal.htm

Back to top Go down

Back to top

- Similar topics

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