Forum Moderators: not2easy
.div_fullscreen {
position:absolute;
height:100%;
width:100%;
overflow:hidden;
}
.table_fullscreen {
position:relative;
height:100%;
width:100%;
overflow:hidden;
}
.td_c_15 {
width:15px;
height:15px;
line-height:10px;
}
.td_hor_15 {
height:15px;
line-height:10px;
}
.td_vert_15 {
width:15px;
}
#border_table {
position:relative;
width:100%;
height:100%;
border: 5px double #3b2313;
}
<div class="div_fullscreen" style="z-index:7;">
<table border="0" cellpadding="0" cellspacing="0" class="table_fullscreen">
<tr>
<td class="td_c_15"> </td>
<td class="td_hor_15"> </td>
<td class="td_c_15"> </td>
</tr>
<tr>
<td class="td_vert_15"> </td>
<td style="vertical-align:top;">
<!-- border holder table -->
<table id="border_table" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
</tr>
</table>
<!-- end border holder table -->
</td>
<td class="td_vert_15"> </td>
</tr>
<tr>
<td class="td_c_15"> </td>
<td class="td_hor_15"> </td>
<td class="td_c_15"> </td>
</tr>
</table>
</div>