Throughout my site I am seeing an extra, empty bullet at the beginning of every unordered list <ul> in IE8, but not Firefox.
I validated the page using the W3C validator service and have no HTML errors. If I switch to “Compatibility” mode in IE8, then the extra bullet point disappears.
Has anyone encountered this? What’s the problem?
The error as our conversation in the comments proved, is caused by the css line
ul{display: list-item;}