BJ wrote:

<http://www.ip-chip-search.com/what-we-do/>

I have tried what seems like almost every hack on this and can't get the numbers to show in that list in the content section of the page.

The following is cross-browser:

.content ol {
        width: 80%;
        margin: 0 auto;
padding-left: 32px;
}

.content ol li {
        padding-bottom: 7px;
        border-bottom: 1px solid #f9f8f8;
}

1: don't apply any 'hasLayout' trigger on li-- no width or zoom, as that
will corrupt the counter in IE.
2: define a suitable padding-left on ol for the numbers to sit on.

        Georg

PS: mind your language -- IE6 is sensitive ;-)
--
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/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to