Re: [css-d] Horizontal Numbered List problem

2011-08-04 Thread Ghodmode
On Thu, Aug 4, 2011 at 3:13 AM, David Hucklesby wrote: >> I'm still missing something.  In your examples, I see counters named >> "list" and "itemnr".  Where did those names come from? >> >> It's clearly not using classes or IDs.  I see in some instances where >> you might be defining those names

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread David Hucklesby
On 8/3/11 7:30 AM, Ghodmode wrote: On Wed, Aug 3, 2011 at 10:01 PM, Philippe Wittenbergh wrote: In the provided examples, I see things like "item", "section", "subsection", etc... I thought they might have been classes or IDs, but I also saw some examples with elements that didn't have IDs or

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Tod
On 08/03/2011 8:37 AM, Tod wrote: I'm trying to create what is essentially a numbered list but I want to be able to independently manipulate the number and the associate hyperlink. I also need the link text to stay aligned horizontally no matter how big the line number gets. I've got something s

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Ghodmode
On Wed, Aug 3, 2011 at 10:30 PM, Ghodmode wrote: > It's clearly not using classes or IDs.  I see in some instances where > you might be defining those names using the counters() function of the > content property, but most of the usage examples I've seen aren't > doing that (or just aren't showing

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Tod
On 08/03/2011 10:14 AM, Tim Arnold wrote: On Aug 3, 2011 8:38 AM, "Tod" mailto:listac...@gmail.com>> wrote. > > I've got something similar to this: > > > 1. > Text1 > > 2. > Text2 I know we're about the CSS more than the markup but having the number and the text in subsequent list ite

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Ghodmode
On Wed, Aug 3, 2011 at 10:01 PM, Philippe Wittenbergh wrote: >> In the provided examples, I see things like "item", "section", >> "subsection", etc...  I thought they might have been classes or IDs, >> but I also saw some examples with elements that didn't have IDs or >> classes. > > here are 2 ex

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Tim Arnold
On Aug 3, 2011 8:38 AM, "Tod" wrote. > > I've got something similar to this: > > > 1. > Text1 > > 2. > Text2 I know we're about the CSS more than the markup but having the number and the text in subsequent list items like that means something different than you are trying to convey. Tim ___

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Tod
On 08/03/2011 9:16 AM, Philippe Wittenbergh wrote: On Aug 3, 2011, at 9:37 PM, Tod wrote: I'm trying to create what is essentially a numbered list but I want to be able to independently manipulate the number and the associate hyperlink. I also need the link text to stay aligned horizontally

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Philippe Wittenbergh
On Aug 3, 2011, at 10:44 PM, Ghodmode wrote: >> http://www.w3.org/TR/CSS21/generate.html#counters > > That's much better than my solution: counter-reset. > > One thing I'm not clear on is the identifier name. > > I couldn't find a list of valid identifiers for the counter-reset and > what type

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Ghodmode
On Wed, Aug 3, 2011 at 9:16 PM, Philippe Wittenbergh wrote: > http://www.w3.org/TR/CSS21/generate.html#counters That's much better than my solution: counter-reset. One thing I'm not clear on is the identifier name. I couldn't find a list of valid identifiers for the counter-reset and what type

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Ghodmode
On Wed, Aug 3, 2011 at 8:38 PM, Tod wrote: > On 08/03/2011 8:37 AM, Tod wrote: >> >> I'm trying to create what is essentially a numbered list but I want to >> be able to independently manipulate the number and the associate >> hyperlink. I also need the link text to stay aligned horizontally no >>

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Philippe Wittenbergh
On Aug 3, 2011, at 9:37 PM, Tod wrote: > I'm trying to create what is essentially a numbered list but I want to be > able to independently manipulate the number and the associate hyperlink. I > also need the link text to stay aligned horizontally no matter how big the > line number gets. > >

Re: [css-d] Horizontal Numbered List problem

2011-08-03 Thread Tod
On 08/03/2011 8:37 AM, Tod wrote: I'm trying to create what is essentially a numbered list but I want to be able to independently manipulate the number and the associate hyperlink. I also need the link text to stay aligned horizontally no matter how big the line number gets. I've got something s

[css-d] Horizontal Numbered List problem

2011-08-03 Thread Tod
I'm trying to create what is essentially a numbered list but I want to be able to independently manipulate the number and the associate hyperlink. I also need the link text to stay aligned horizontally no matter how big the line number gets. I've got something similar to this: 1. Text1