Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Jim
>> I'm not sure why I can't figure this out. Is it difficult? See >> example >> at: http://test.zolx.com/test.cfm > > Get rid of the margin-left on .blockright as a first step. Thanks. That was the key item I was missing. _

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Philippe Wittenbergh
On Dec 28, 2007, at 6:41 PM, Jim wrote: > I'm generating a page with "blocks" of nested DIVs that I'd like > layed out > in two colums. The width of the blocks is fixed, but their height > may be > variable. > > I'd like to write them into the HTML source in numeric order (since > it's >

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Philippe Wittenbergh
On Dec 28, 2007, at 6:41 PM, Jim wrote: > I'm generating a page with "blocks" of nested DIVs that I'd like > layed out > in two colums. The width of the blocks is fixed, but their height > may be > variable. > > I'd like to write them into the HTML source in numeric order (since > it's >

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Eileen
On 12/28/07, Jim <[EMAIL PROTECTED]> wrote: > > I'm generating a page with "blocks" of nested DIVs that I'd like layed out > in two colums. > > 1 2 > 3 4 > 5 > > Have a look at http://freewebtown.com/pj_tess the index is a simple unordered list add the layout is controlled by css. ___

[css-d] Laying out blocks in columns

2007-12-28 Thread Jim
I'm generating a page with "blocks" of nested DIVs that I'd like layed out in two colums. The width of the blocks is fixed, but their height may be variable. I'd like to write them into the HTML source in numeric order (since it's simplest): 1 2 3 4 5 and have them laid out: 1 2 3 4 5 I'm