Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE bug: text-indent on first line of a list item?HELP PLEASE Re: IE bug: text-indent on first line of a list item?HELP PLEASE

#60331
apostrophe
Participant

The first time I looked there was a rule overriding the reset and setting the list-style-position to outside.
It may be a long shot but how about this:

Code:
ul {
margin-left: 0;
}

If that doesn’t work then try it on the li