A blog post

IE6 Bullete Disappear When Lists Are Floated To Form Multiple Columns

Posted on the 18 June, 2009 at 2:42 am Written by admin in Cross Browser Problems, XHTML/CSS

IE6 bullets disppear when lists are floated to form multiple columns. This happens because IE converts the lists <li> into inline (display:inline) elements when floated.

A solution would be to put the bullets in the encasing link or span, inside the <li></li>

Reference: http://www.sitepoint.com/forums/showthread.php?t=549599

reply