Luc wrote:
> Good afternoon Robert,     
> It was foretold that on 30/10/2007 @ 18:59:25 GMT+0000 (which was
> 15:59:25 where I live) Robert O'Rourke would write:
>
> <snipped a bit>
>
>   
>> For some strange reason if you set 'list-style-position' to 'inside' 
>> on an ordered-list from the tenth list-item onwards the text-indent it
>> creates for the bullet/number is lost. This is not the case for an 
>> unordered-list.
>>     
>
>   
>>     I've tried a couple of hasLayout triggers like position: relative;
>> and zoom:1; to no avail and also text-indenting the li but nowhere near
>> a fix yet. Any ideas?
>>     
>
> decimal outside with padding seems to get IE in it's place:
>
> ol {
>         list-style: decimal outside;
>         border-top: 1px dashed #ccc;
>         padding: 0 20px;
>         margin: 16px auto;
>         width: 90%;
> }
>
> http://www.dzinelabs.com/sandbox/list.html
>
>  
>   

Yeah that'll work, it would've been good though, I was using a 
background image for list-items in ordered and unordered lists so the 
list-style-position: inside looked nice.

Thanks for the link,
Rob

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to