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
July 7, 2009 at 3:55 pm
#60331
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;
}
margin-left: 0;
}
If that doesn’t work then try it on the li