Hi,

I posted earlier about italicized text incorrectly expanding its parent's 
width, to which David Laasko and Gunlaug Sortun helpfully supplied some advice.

However, now that I have applied the fix which is something like:

li{
        overflow:visible;
        display:inline-block; /*Triggers hasLayout, causes issue*/
}

all ordered list items use the same bullet. So instead of:

1.
2.
3.

I am getting:

1.
1.
1.

Zoom:1 also triggers this issue. A test page can be found at 
http://208.103.247.141/test4-eng.asp

Any idea how I can get proper ordering back?

Regards,

Chris

______________________________________________________________________
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