here is a picture of what is in opera:

and here is my CSS (well the part that runs thoughs colloms)
.left_col
{
margin: 0 auto;
width: 199px;
text-align: left;
float: left;
padding-left: 7px;
}
.mid_col
{
margin: 0 auto;
width: 292px;
text-align: left;
padding-right: 11px;
padding-left: 11px;
float: left;
}
.right_col
{
margin: 0 auto;
width: 199px;
text-align: left;
float: right;
padding-right: 7px;
}
.side_top
{
margin: 0 auto;
width: 199px;
height: 22px;
background: url('images/side_top.gif');
text-align: center;
}
.side_mid
{
margin: 0 auto;
width: 199px;
text-align: left;
padding-left: 1px;
padding-right: 1px;
}
.side_bottom
{
margin: 0 auto;
width: 199px;
height: 34px;
background: url('images/side_bottom.gif');
text-align: center;
Hoot
Edited by Hoot, 16 November 2005 - 06:44 PM.
