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 1:17 pm
#60321
Participant
Try adding this to the css for ul.speech-list
Code:
list-style-position:inside;
EDIT
Don’t wrap your ul’s in <p> tags. You have also used <div id="speech"> twice, you can only use an id once per page so change it to a class.