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

#60321
apostrophe
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.