To make the cells translucent

Post new topic   Reply to topic

View previous topic View next topic Go down

To make the cells translucent

Post by larme d'ange on Tue Dec 20, 2005 6:41 am

Before starting to read this tutorial, I advise you to read this one, on the css files:

http://help.forumotion.com/viewtopic.forum?t=135

----------------

To make the cells translucent :

First you should have to put colors in the 'Table Row 1, 2 and 3':

Admin panel >> Styles Admin >> Colors >> Table Row Colour 1, 2 and 3


After, or you directly put your CSS on the Admin panel/ Site description,
or you already have a CSS file link to your board, and you just have to add this code to it.

Each navigator uses a differente attribute, so you'll have to put all of them to be sure than your visitors or members will see the same effect:

Opera Arrow opacity: .*
Modzilla Arrow -moz-opacity: .*
Internet Explorer Arrow filter: alpha(opacity=**)

Now is just need to write your CSS for the cells:

Code:
td.row1, td.row2, td.row3, td.row3Right { opacity: .8;
                            filter: alpha(opacity=80);
                                    -moz-opacity: .8;}


Here 8 and 80 corresponds to an opacity of 80%

So, if we directly put it on the admin panel:

Admin panel >> General Admin >> Configuration >> 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>


Warning, make sur that all the script is put, if it's not, you'll have a bug of display with your board.
It's possible to correct this bug, but you will have to ask for on the support forum.

You also have the possibilty to add this to your CSS file if you have one.
Just include it on :
Code:
td.row1, td.row2, td.row3, td.row3Right { opacity: .8;
                            filter: alpha(opacity=80);
                                    -moz-opacity: .8;}



that's all folks

larme d'ange
Forumotion Member

Gender:MaleLeoMonkey
Posts : 41
Joined : 18 Dec 2005
Age : 27
Language : french
Location : in the heart of my love

Back to top Go down

Re: To make the cells translucent

Post by Cornelia on Thu Jun 15, 2006 10:16 pm

If you want to have your cells translucent, but you have already other codes in the site desctiption, or if you feel really uneasy in using CSS, you can use SanDream's Script Generator to gather several codes in one script : http://help.forumotion.com/viewtopic.forum?t=317

Cornelia
Forumotion Member

Gender:FemaleCapricornPig
Posts : 4238
Joined : 21 Oct 2005
Age : 24
Language : French, English, a lil'bit of Spanish, Braille, XHTML/CSS, PHP/MySQL

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:

You cannot reply to topics in this forum