Re: [css-d] IE6 ol list bug

2007-02-22 Thread Philippe Wittenbergh
Ingo Chao wrote: > 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 haslayou

Re: [css-d] IE6 ol list bug

2007-02-22 Thread Ingo Chao
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 disr

[css-d] IE6 ol list bug

2007-02-22 Thread Eystein Alnaes
I'm having trouble making IE6 display the numbers in a ordered list. I know list backgrounds are a problem, but here I'm using the lists' own numbers. Works in FF and Safari. But not IE. I've tried all the tips at http://www.positioniseverything.net/explorer/ie-listbug.html and other places, but th