Eystein Alnaes wrote:
> I'm having trouble making IE6 display the numbers in a ordered list...

> #breadcrumbs li {
>     float: left;
>     background: transparent;
>     list-style: decimal;
>     padding-left: 30px;
>     margin-left: 30px;
> }


If haslayout is set on li in an ol,  it will disrupt the numbering 
(you'll get 1. 1. 1. 1.) and because this looks so wrong, float will cut 
this number itself in addition.

google site:archivist.incutio.com IE6 ol

In addition
http://www.brunildo.org/test/IEul1.html

I'm afraid there is no fix.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to