Re: [css-d] ordered horizontal list

2007-05-12 Thread David Hucklesby
On Sat, 12 May 2007 09:19:43 -0700, David Hucklesby wrote: > > Now, I have not tried this, but wonder whether specifying > "list-style-position: inside;" would work? > Hmm. I should have tried this before I mouthed off. Does not work. Sorry. And of course, floated items are not "inline". (I need s

Re: [css-d] ordered horizontal list

2007-05-12 Thread David Hucklesby
On Fri, 11 May 2007 20:27:40 -, Mauricio Samy Silva wrote: > Hi all, > > Is it possible to achieve a horizontal ordered list in IE6 using only one OL > element > and valid CSS without images? > > Say: > > 1. First item2. A longer second item 3. shorter 3th > Hi Samy, I believe the diffi

Re: [css-d] ordered horizontal list

2007-05-11 Thread Lori Lay
Mauricio Samy Silva wrote: > Lori, > Thanks now I know that IE7 behaves like IE6 on this issue. > The question is how to force IE renderizes the markers. > I'd like to know if it is impossible or not. > > MaurĂ­cio, It would appear that it's not possible. I did some searching and that seems to b

Re: [css-d] ordered horizontal list

2007-05-11 Thread Mauricio Samy Silva
t; To: "Mauricio Samy Silva" <[EMAIL PROTECTED]> Cc: "[css-d] List" Sent: Friday, May 11, 2007 9:24 PM Subject: Re: [css-d] ordered horizontal list > Mauricio Samy Silva wrote: >> Hi all, >> >> Is it possible to achieve a horizontal ordered li

Re: [css-d] ordered horizontal list

2007-05-11 Thread Peter Hyde-Smith
Hi all, Is it possible to achieve a horizontal ordered list in IE6 using only one OL element and valid CSS without images? Say: 1. First item2. A longer second item 3. shorter 3th HTML: < ol> < li>...< /li> < li>...< /li> < li>...< /li> < /ol> CSS: ol li { float:left; margin-righ

Re: [css-d] ordered horizontal list

2007-05-11 Thread Lori Lay
Mauricio Samy Silva wrote: > Hi all, > > Is it possible to achieve a horizontal ordered list in IE6 > using only one OL element and valid CSS without images? > > Say: > > 1. First item2. A longer second item 3. shorter 3th > > HTML: > < ol> > < li>...< /li> > < li>...< /li> > < li>...< /li>

[css-d] ordered horizontal list

2007-05-11 Thread Mauricio Samy Silva
Hi all, Is it possible to achieve a horizontal ordered list in IE6 using only one OL element and valid CSS without images? Say: 1. First item2. A longer second item 3. shorter 3th HTML: < ol> < li>...< /li> < li>...< /li> < li>...< /li> < /ol> CSS: ol li { float:left; margin-ri