I have an (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 is
The empty div workaround did not work for me. Here is some simple jQuery that did the trick.
// Workaround for IE list display bug $('ol').hide().delay(1).show();