<style type= "TEXT/CSS"
/*---dw8 www. DW8. ORG---*/
<!--
Body {
background-color: #0066FF;
}
#div1
{
position:absolute
/*---defines that the layer is not transparent and transparent with the table
so that you can make the table transparent when the table's
Content and pictures are not followed transparently---*/
}
Table
{
Background-color: #FFFFFF;
Filter:alpha (opacity=50,style=0);
/*---Define transparency, and fade style
opacity for transparency, greater value transparency smaller
style is a transparent style
0 Normal transparency
1 fade from left to right
2 circular image on both sides fade
3 star gradient fade
default does not set the style parameter to 0
This effect can also be on the picture;
---*/
width:300
height:300;
/*--- Be sure to define width and height---*/
}
</style>
<body>
<table bgcolor= #0000FF style= Display: "Id=" Tab1 "
<tr>
<td><div id=" Div1 "
the contents of the <P>DIV layer </p>
<p></p> ";
</div></td>
</tr>
</table>
</body>