Re: [css-d] Aligning List Of Name:Value Pairs On Colon

2005-11-10 Thread Curious
elow the dt. Thanks, Curious. On Thu, Nov 10, 2005 at 11:05:19AM +1100, Graham Cook wrote: > > > -Original Message- > Here's a case for a definition list. Following code is very basic, but you > can build on it however you like. > > Graham Cook

Re: [css-d] Aligning List Of Name:Value Pairs On Colon

2005-11-10 Thread Curious
ul.properties span.name { display: block; float: left; width: 10em; text-align: right; } Thanks, Curious. On Wed, Nov 09, 2005 at 10:22:50PM +, Christian Heilmann wrote: > > I have a list of name:value pairs: > > > > > > > > > &

[css-d] Aligning List Of Name:Value Pairs On Colon

2005-11-09 Thread Curious
value Other name: Other value Perhaps the solution would be something like this: Name:Value Another name:Another value Other name:Other value But what would the appropriate CSS be? Thanks, Curious