BJ wrote:
Validating page here:
<http://www.ip-chip-search.com/what-we-do/>

Validating css here (with a bit embedded in above):
<http://www.ip-chip-search.com/wp-content/themes/circuitsearch/style.css>

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.

You don't need a hack. You have disabled IE's default margin on OL, which is where it places the list marker.

.content ol {
        width: 80%;
        margin: 0 auto;

So, either remove the 'auto' and let IE do its thing or add left margin or padding to OL, alternatively left padding to LI. Doesn't matter. Just let there be some space where a marker can live.

pandy

______________________________________________________________________
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