Posted by jjr on 05/22/06 06:22
Martin Jay <martin@spam-free.org.uk> wrote in
news:FARt0sIgpPcEFwaE@spam-free.org.uk:
> In message <Xns97CA78904AAD1imhomedotnet@24.24.2.166>, jjr
> <nothingtoreplyto@mymail.com> writes
>>trying to shy away from using tables to layout my site. i was
wondering
>>if there was a way to get the same results from using <div> as if i
were
>>to use the following:
>>
>><table border="0" width="100%">
>> <tr>
>> <td width="361"> </td>
>> <td> </td>
>> <td width="156"> </td>
>> </tr>
>> <tr>
>> <td width="361"> </td>
>> <td> </td>
>> <td width="156"> </td>
>> </tr>
>
> This seems to be a three column layout. Left and right columns are a
> fixed width, and the centre column shrinks and expands so the whole
lot
> fits the browser width.
>
> It's quite easy to do. Just search Google for "CSS 3 column layout"
for
> details.
thanks for the help guys
[Back to original message]
|