Note that there are some explanatory texts on larger screens.

plurals
  1. POInternet Explorer OL problem with decimals over 9
    primarykey
    data
    text
    <p>In my website, I've got an <code>ol</code> with decimals (<code>list-style-type:decimal</code>). In Internet Explorer, when the list gets over 9 the decibel starts at 0 again.</p> <p>This is how it should be displayed, and how it's displayed in Firefox: <a href="http://img62.imageshack.us/img62/3334/93644891.jpg" rel="nofollow noreferrer">OL in Firefox http://img62.imageshack.us/img62/3334/93644891.jpg</a> <br />This is how Internet Explorer 7 and 6 displays it (IE8 not tested yet):<br /> <a href="http://img194.imageshack.us/img194/2785/61830845.jpg" rel="nofollow noreferrer">OL in Internet Explorer http://img194.imageshack.us/img194/2785/61830845.jpg</a> <br />So the list starts at zero again.</p> <p>CSS of the list:</p> <pre><code>ol { list-style-image:none; list-style-position:outside; list-style-type:none; } ol li { list-style-position:outside; list-style-type:decimal; margin:5px 0 5px 23px; } </code></pre> <p>edit: And my css reset file adds this (this comes from firebug):</p> <pre><code>html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent none repeat scroll 0 0; border:0 none; font-size:100%; margin:0; outline-color:-moz-use-text-color; outline-style:none; outline-width:0; padding:0; vertical-align:baseline; } </code></pre> <p>Who knows how to fix this?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload