Forum Moderators: not2easy

Message Too Old, No Replies

floating list items

bullets disappearing in IE 6

         

J64sqs

6:04 pm on May 1, 2005 (gmt 0)

10+ Year Member



Take a basic list and add the following css:

ul li {float:left; width:10em;}

For some reason, IE 6 causes my bullets to disappear when I do this. But the bullets show up in Firefox. Is this an IE bug? Or am I missing something vital?

Thanks in advance.

Stormfx

6:33 pm on May 1, 2005 (gmt 0)

10+ Year Member



If something doesn't work in IE, then it's usually done right :p

Actually, Mozilla browsers are very acurate. I played with it for a bit and couldn't get IE to show the bullets. Figures... ;/

dcrombie

8:35 am on May 2, 2005 (gmt 0)



I think IE places the bullets in the margin, while other browsers place them within the padding. You might be able to make them re-appear by setting margin-left: 30px or similar...