Previous Message
Next Message

[css-d] 3 column, fluid middle, w/ headers and footers

Sent by Kay Smoljak on 6 February 2003 02:02


Hi all,

I'm trying to help someone on another list who is trying to replicate a table layout in css. I
pointed him towards glish and saila.com but he recons he hasn't seen a layout like he's trying to
do. I can't find one either, except I'm sure I *have* seen one, I'm just not looking in the right
place. 

The html table code is this:

<table width="100%" height="100%" border="red">
<tr>
<td colspan="3" style="height:50px">banner fixed height</td>
</tr>
<tr>
<td style="width:150px">left col fixed width</td>
<td>center</td>
<td style="width:150px">right col fixed width</td>
</tr>
<tr>
<td colspan="3" style="height:50px">banner fixed height</td>
</tr>
</table>

Basic stuff, fixed left and right columns, fixed header and footer, fluid middle. Can anyone help
out?

Thanks,
Kay.
Previous Message
Next Message

Message thread: