ordered list does not work on IE7 (<ol><li).
- by Cesar Lopez
Hi all,
I am trying to create an ordered list on IE7 but for some reason does not work.
Does anybody knows why this can be?
Thanks.
eg.
<ol>
<li></li>
<li><li>
<ol>
Update
As an example I saw this page where if you look at it on IE7 you wont see de numbers, but if you look at it on any other (but not ie) you will see the numbers.
http://www.arraystudio.com/as-workshop/make-ol-list-start-from-number-different-than-1-using-css.html
Thanks