Re: [css-d] How to align list numbers?

2008-05-27 Thread David Jones
> -Original Message- > From: Richard Grevers [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 25, 2008 1:32 PM > To: David Jones > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] How to align list numbers? > > On 5/23/08, David Jones <[EMAIL PROTECTED]>

Re: [css-d] How to align list numbers?

2008-05-25 Thread Richard Grevers
On 5/23/08, David Jones <[EMAIL PROTECTED]> wrote: > Thanks, Josh (and Jukka and Phillipe). > > I tried the list-style-position: inside option. When text wraps in the > list item, it wraps back to the start of the item number. That wouldn't > be acceptable here. > I could see why that wouldn't w

Re: [css-d] How to align list numbers?

2008-05-22 Thread David Jones
tline-tables. David Jones, Content Coordinator, Customer Relations - KL PS, (808) 948-5830 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of snak detek+0r Sent: Thursday, May 22, 2008 10:39 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] How to align

Re: [css-d] How to align list numbers?

2008-05-22 Thread snak detek+0r
David Jones wrote: > Is there a way to align roman numeral list numbers left, instead of > right-aligned on the period? > > Example: > I. List item 1 > II. List item 2 > > Instead of: > I. List item 1 > II. List item 2 > i suggested this to david offlist, but since it seems like a simple a

Re: [css-d] How to align list numbers?

2008-05-22 Thread Philippe Wittenbergh
On May 22, 2008, at 4:41 PM, Jukka K. Korpela wrote: > Assuming that you want the list items themselves aligned to the left, > this could by the specs be achieved by using something like the > following: > > ol { list-style-type: none; > counter-reset: itemnr; } > ol li:before { > content

Re: [css-d] How to align list numbers?

2008-05-22 Thread Jukka K. Korpela
David Jones wrote: > Is there a way to align roman numeral list numbers left, instead of > right-aligned on the period? In theory, yes. In practice, currently not in CSS if you use the logical markup; you would have to use e.g. table markup instead of list markup to create the desired renderin

[css-d] How to align list numbers?

2008-05-21 Thread David Jones
Is there a way to align roman numeral list numbers left, instead of right-aligned on the period? Example: I. List item 1 II. List item 2 Instead of: I. List item 1 II. List item 2 Thanks in advance. And apologies for whatever corporate-mandated disclaimer that might appear below. David Jon