[EMAIL PROTECTED] wrote:

> li{ overflow:visible; display:inline-block; /*Triggers hasLayout, 
> causes issue*/ }
> 
> all ordered list items use the same bullet.

> Zoom:1 also triggers this issue.

The dark side of 'hasLayout' - it resets the counter. See:
<http://www.satzansatz.de/cssd/onhavinglayout.html#list>

> A test page can be found at http://208.103.247.141/test4-eng.asp

Not found.

> Any idea how I can get proper ordering back?

Only solution: don't add any 'hasLayout' triggers to the li.

This means that you either have to abandon use of italicized text in
those li's, or you'll have to trick IE some other way.
Normally I'd float the entire list and use negative backside margins to
create the necessary space for IE's italic bug, but can't say if that'll
solve it in your case until I see the case.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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