Moved the link because it no longer points to the site, and solution has been found
I have some list elements that have a mysterious left padding/margin.
In Firefox, it displays as expected. But in IE7, there is a text indent or something forcing the inner text in about 4 spaces. See the example link above.
I have set padding
to 0, margin
to 0 (though it shouldn't be this as clearly the border goes around the element containing the gap), text-indent
to 0, and text-align: left
.
Does anyone know what may be causing this?