T R A N S P A R E N C Y
DEMONSTRATION OF A TRIO OF COOL EFFECTS.
A MOVING BACKGROUND - TRANSPARENCY - AND TRANSITION
DOES NOT WORK WITH PC's.
The codes below shows how to create a table with
various degrees of transparency.The moving background
and transition data will be found within the body
tags that you see below,which is the background you
see now.
<html><head><title>Transparency</title></head>
<body
background=URLofYourBackGround, xspeed="1" yspeed="1"
text="#00ffff"
transition="wiperighttop">
Body of your document in here.
Construct a series of tables as shown below.In each vary the the
transparency percent to obtain the desired results.
<table align="center" border="0" bgcolor="#000033" width="600" transparency="100%">
<tr>
<td align="left">
<font color="#ffffff">TRANSPARENCY="0%">
T<BR>
R<BR>
A<BR>
N<BR>
S<BR>
P<BR>
A<BR>
R<BR>
E<BR>
N<B>
C<BR>
Y<BR>
</font>
</td></tr></table>
TABLE TEXT AREA WITH TRANSPARENCY="0%"
T
R
A
N
S
P
A
R
E
N
C
Y
TABLE TEXT AREA TRANSPARENCY="0%"
|
TABLE TEXT AREA TRANSPARENCY="20%"
T
R
A
N
S
P
A
R
E
N
C
Y
TABLE TEXT AREA TRANSPARENCY="20%"
|
TABLE TEXT AREA TRANSPARENCY="40%"
T
R
A
N
S
P
A
R
E
N
C
Y
TABLE TEXT AREA TRANSPARENCY="40%"
|
TABLE TEXT AREA TRANSPARENCY="60%"
T
R
A
N
S
P
A
R
E
N
C
Y
TABLE TEXT AREA TRANSPARENCY="60%"
|
TABLE TEXT AREA TRANSPARENCY="80%"
T
R
A
N
S
P
A
R
E
N
C
Y
TABLE TEXT AREA TRANSPARENCY="80%"
|
TABLE TEXT AREA TRANSPARENCY="100%"
T
R
A
N
S
P
A
R
E
N
C
Y
TABLE TEXT AREA TRANSPARENCY="100%"
|