On 5/23/06, Mike Soultanian <[EMAIL PROTECTED]> wrote:
>  I am trying to create a
> page that isn't going to have the same height content in each row, but
> needs to line up like this:
>
> AAAAA   BBBBB
> AAAAA
>
> CCCCC   DDDDD
>         DDDDD
>
> EEEEE   FFFFF
>
> GGGGG   HHHHH
> GGGGG   HHHHH
>
> Is there a reasonably easy way to do this with CSS.  Is this better
> suited to tables?

It's quite easy to do with CSS if you understand floats and clearing
floats.  Basicly you just have a two column page repeated several
times.

But if you are used to tables you might find it more than you can
easily handle.  It requires thinking in a whole different way and
that's not easy.

-- 
Ed Seedhouse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to