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.