EDIT: To make sense of this, here's a screen shot Click to view attachment
This is about what I have:
CODE
<tr class="submenu">
<th>one</th>
<th>two</th>
<th>three</th>
<th>four</th>
</tr>
<th>one</th>
<th>two</th>
<th>three</th>
<th>four</th>
</tr>
CODE
.subtitle,
.subtitlediv,
.postlinksbar{
background-image: url(2/tile_sub.gif);
}
table th,
.borderwrap table th
{
background-color: transparent;
border-bottom: 1px solid #5176B5;
color: #3A4F6C;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
margin: 0;
padding: 5px;
}
.subtitlediv,
.postlinksbar{
background-image: url(2/tile_sub.gif);
}
table th,
.borderwrap table th
{
background-color: transparent;
border-bottom: 1px solid #5176B5;
color: #3A4F6C;
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
margin: 0;
padding: 5px;
}
