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
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
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
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
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
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>
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