April 23, 200917 yr Hey guys, I've got a few li's with two lines of text inside them and 60px left padding. Everything works fine in FF (of course) but the first line seems to be indenting in IE6 and 7 by about 15px. This is probably really simple, but I can't figure it out for the life of me. Anyone got any ideas?
April 23, 200917 yr you could try adding list-style-position: inside; into the li css, but it might be helpful if you show us the code so we can see what you are doing and what you might be over looking
April 23, 200917 yr Author you could try adding list-style-position: inside; into the li css, but it might be helpful if you show us the code so we can see what you are doing and what you might be over looking Dizi you're fantastic. It was actually list-style-position: outside, but that was just the kick I needed Thanks!
Create an account or sign in to comment