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

 
-- 
Best regards,
 Luc
_________________________

http://www.dzinelabs.com

Powered by The Bat! version 3.99.25 with Windows XP (build 2600),
version 5.1 Service Pack 2 and using the best browser: Opera.

"The strength of a nation derives from the integrity of the home." -
Confucius. 


______________________________________________________________________
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