Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4582690
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:06:39+00:00 2026-05-21T21:06:39+00:00

I have an <ol> (ordered list) and in FF, Safari, Chrome it is rendered

  • 0

I have an <ol> (ordered list) and in FF, Safari, Chrome it is rendered correctly. However in IE9 it is showing all zeros. It is not a spacing/padding issue because I am able to see the zeros.

My HTML is as follows:

<ol> 
    <li>Enter basic company information</li> 
    <li>Select from our portfolio of products</li> 
    <li>Attach your employee census</li> 
    <li>Review your selections and submit your request.</li> 
</ol>

Anyone run into that problem and hopefully a solution?

ol issues

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T21:06:39+00:00Added an answer on May 21, 2026 at 9:06 pm

    Update 3/20/2012 – Fixed in IE10

    This regression has been fixed in Internet Explorer 10 (all document modes). Microsoft has deleted the Connect entry, so you cannot review its status. Since Microsoft now pushes IE10 down automatically, it should be working for all your regular customers.


    This is a known IE9 regression, which has been reported on Microsoft Connect:

    Ordered list numbering changes from correct to 0, 0

    Type: Bug
    ID: 657695
    Opened: 4/6/2011 12:10:52 PM
    Access Restriction: Public

    0 Workaround(s)
    5 User(s) can reproduce this bug


    Update:

    Posted by Microsoft on 6/14/2011 at 3:20 PM
    Thank you for your feedback.

    We were able to reproduce the issue and are investigating it.

    Best regards,

    The Internet Explorer Team


    HTML page that reproduces bug:

    <!DOCTYPE html>
    <HTML>
    <HEAD>
    <TITLE>IE9 Ordered List Zero Bug</TITLE>
    <SCRIPT type="text/javascript">
        setTimeout(function ()
            {
                document.getElementById("dv1").innerHTML = "<ol><li>XXX</li><li>YYY</li></ol>";
                var container = document.createElement('span');
                container.style.cssText = "display:none";
                document.getElementById("dv2").appendChild(container);
            }, 1000);
    </SCRIPT>
    </HEAD>
    <BODY>
    
    <DIV id="dv1">
        <OL>
        <LI>AAA</LI>
        <LI>BBB</LI>
        </OL>
    </DIV>
    
    <DIV id="dv2"></DIV>
    
    </BODY>
    </HTML>
    

    A workaround is to place an empty element after your DIV:

    <div id="one">
       <ol>
          <li>one</li>
          <li>two</li>
       </ol>
    </div>
    <div id="two" style="display:none">
       <ol>
          <li>three</li>
          <li>four</li>
       </ol>
    </div>
    <div id="empty"></div>
    

    Browsers that exhibit the bug

    Internet Explorer 9 (9.0.8112.16421)

    • Document Mode Quirks: Works
    • Document Mode IE7 standards: Works
    • Document Mode IE8 standards: Fails
    • Document Mode IE9 standards: Fails

    Internet Explorer 8 (8.0.6001.19048)

    • Document Mode Quirks: Works
    • Document Mode IE7 standards: Works
    • Document Mode IE8 standards: Works

    Internet Explorer 7 (7.0.6000.16982): Works

    Google Chrome 10 (10.0.648.134): Works

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ordered list (ol) on my page but the numbering is not
I have a simple, always-consecutive-ordered list like this: all = [ 1, 2, 3,
Hi all i have an ordered list that is getting indented as the screen
I have an ordered list in my Word document, and I want to add
We have an ordered list <ol> <li>something good</li> <li>even better</li> <li>possibly the best</li> </ol>
I have an ordered list which I have styled in two ways: Coloured the
I have an ordered list in HTML. I would like to add styling only
I have an ordered list like this: var list = new List<String>(){aaa,aab,aac,baa,bab,bac}; I want
I have an html ordered list with differnent types e.g <ol type=a> <li>This is
If you have a standard ordered list in HTML like: <ol> <li>First</li> <li>Second</li> <ol>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.