spewn
Programmer
- May 7, 2001
- 1,034
heres the code...
*
<table>
<tr>
<td valign=top>
<table align=center cellpadding=0 cellspacing=0>
<tr>
<td valign=top align=center colspan=3></td>
</tr>
<tr>
<td valign="middle" align='center' bgcolor='red' colspan='3'><img border='0' height="1" src="../img/spc.gif"></td>
</tr>
<tr>
<td><img border="0" height="1" src="../img/spc.gif" width=1></td>
<td valign=top align=center>
<table cellspacing=0 cellpadding=0 class="nvbarbg" align=center>
<tr>
<td align=center>nav ops</td>
</tr>
</table>
</td>
<td bgcolor='red'><img border="0" height="1" src="../img/spc.gif" width=1></td>
</tr>
<tr>
<td colspan="3"><img border="0" height="1" src="../img/spc.gif"></td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
</table>
</td>
</tr>
</table>
*
if you view code through browser, you'll see the red line halfway box the 'nav options'...
i'm trying to get the vertical red line to follow the content table all the way to the bottom of the content area. on some computers, the line does follow the table all the way (i use the height=100%), but on most it doesn't work even with the height, and it looks tacky on my site.
i can use the height= and have the value be definite, but the content area varies, so one set value won't work.
if you can figure this out, please help.
-spewn
*
<table>
<tr>
<td valign=top>
<table align=center cellpadding=0 cellspacing=0>
<tr>
<td valign=top align=center colspan=3></td>
</tr>
<tr>
<td valign="middle" align='center' bgcolor='red' colspan='3'><img border='0' height="1" src="../img/spc.gif"></td>
</tr>
<tr>
<td><img border="0" height="1" src="../img/spc.gif" width=1></td>
<td valign=top align=center>
<table cellspacing=0 cellpadding=0 class="nvbarbg" align=center>
<tr>
<td align=center>nav ops</td>
</tr>
</table>
</td>
<td bgcolor='red'><img border="0" height="1" src="../img/spc.gif" width=1></td>
</tr>
<tr>
<td colspan="3"><img border="0" height="1" src="../img/spc.gif"></td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
<tr>
<td>content</td>
</tr>
</table>
</td>
</tr>
</table>
*
if you view code through browser, you'll see the red line halfway box the 'nav options'...
i'm trying to get the vertical red line to follow the content table all the way to the bottom of the content area. on some computers, the line does follow the table all the way (i use the height=100%), but on most it doesn't work even with the height, and it looks tacky on my site.
i can use the height= and have the value be definite, but the content area varies, so one set value won't work.
if you can figure this out, please help.
-spewn