Latest Lists

Bullets and ordered lists do not show up in IE7?

I am using ordered and unordered lists while building my website. There is nothing fancy about them, just using basic numbers and the default bullets. The problem is that the bullets and numbers do not show up in IE7 but do show up in IE8. They show up in Firefox as well. CODE: <ol> <li></li> <ol> How can I fix this?

Public Comments

  1. Well, what you gave is not proper code. I assume you intentionally left out what is in the li, which is fine, but you did not close the ordered list, which should be a </ol> not just <ol>. I realize that that might just be an error in how you put it in the question. Even so, even with not closing the ordered list, it works just fine on IE6 and on Firefox 3.0.15.
Powered by Yahoo! Answers