Forum Moderators: open
<table align="center" width="97%" cellspacing="0" cellpadding="0" border="1">
<tr>
<td rowspan="3" width="200" id="logocell"><img src="/images/clearpixel.gif" width="180" height="100" alt="main logo" border="1"></td>
<td><br><!-- spacer --></td>
<td colspan="3" width="240"><img src="/images/clearpixel.gif" alt="tagline" width="200" height="18" border="1"></td>
<td colspan="3" width="240">
<table border="0" cellspacing="2" cellpadding="2" align="right">
<tr>
<td><b>Link1</b> ¦ <b>link2</b> ¦ <b>link3</b></td>
</tr>
<tr>
<td align="center"><b class="white">Search:</b>
<form action="#" method="post" class="compact">
<input type="text" name="keywords" value="" size="16" maxlength="40"> <input type="submit" name="submit" value="Go" class="smallgraybutton"></form>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><br><!-- expansion zone --></td>
<td width="80"><br><!-- future use --></td>
<td width="80"><a href="#">Nav link 1</a></td>
<td width="80"><a href="#">Nav link 2</a></td>
<td width="80"><a href="#">Nav link 3</a></td>
<td width="80"><a href="#">Nav link 4</a></td>
<td width="80"><a href="#">Nav link 5</a></td>
</tr>
<tr>
<td><img src="/images/clearpixel.gif" width="110" height="1" alt="expansion zone spacer to hold minimum width" border="1"><br><!-- expansion zone --></td>
<td><br><!-- future use --></td>
<td>Subnav link 1</td>
<td>Subnav link 2</td>
<td>Subnav link 3</td>
<td>Subnav link 4</td>
<td>Subnav link 5</td>
</tr>
</table>
Any help would be greatly appreciated!
Dreamweaver Missing Manual [sawmac.com] has an interesting page that demonstrates one way of doing it.
I'm thinking you'll get better results by nesting a second table just for the cells that you want to keep fixed -- and keping the expansion cell outside in the parent table. All browsers are more likely to keep the table as a unit and not fool around - re-drawing only the expansion cell.
It's a bit tricky with your layout, and will require a rowspan for the td where the nested table endes up living, but I think this approach will work.