Re: [css-d] block box alignment

2008-09-17 Thread ray
Great! Your solution is what I want. I have never used such "auto" word. Thank you. On Wed, Sep 17, 2008 at 7:05 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > ray wrote: > > If I set a width for a block box within a containing block, for example >> 30%, the block box will be aligned with the l

Re: [css-d] block box alignment

2008-09-17 Thread ray
Thanks. I just want to try the abilities of CSS without float. On Wed, Sep 17, 2008 at 4:37 PM, Michael Adams <[EMAIL PROTECTED]>wrote: > On Wed, 17 Sep 2008 15:31:31 +0800 > Came this utterance fomulated by ray to my mailbox: > > > Hi, > > > > If I set a width for a block box within a containing

Re: [css-d] block box alignment

2008-09-17 Thread Gunlaug Sørtun
ray wrote: > If I set a width for a block box within a containing block, for > example 30%, the block box will be aligned with the left edge of the > containing block. Is it possible to align it with the right edge of > the containing block, without the use of float? The addition of... margin

Re: [css-d] block box alignment

2008-09-17 Thread Michael Adams
On Wed, 17 Sep 2008 15:31:31 +0800 Came this utterance fomulated by ray to my mailbox: > Hi, > > If I set a width for a block box within a containing block, for > example 30%, the block box will be aligned with the left edge of the > containing block. Is it possible to align it with the right edg

[css-d] block box alignment

2008-09-17 Thread ray
Hi, If I set a width for a block box within a containing block, for example 30%, the block box will be aligned with the left edge of the containing block. Is it possible to align it with the right edge of the containing block, without the use of float? block box Maybe a silly