ol li:before {content: counters(item, “.”)”. “; counter-increment:item}
ol {counter-reset: item}
ol li {display: block}
Put this CSS snippet at the bottom of your stylesheet!!! Otherwise, all the following CSS commands will be ignored in IE6 and IE7.
Example:
