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