Main index About author

Valid HTML 4.01 Transitional

Bug in Firefox 30.0, float and ul

Julian D. A. Wiseman


 

To the left is a floated div. For ease of reproducibility it does not contain an img, but that might be more typical in the wild. It was constructed with <div style="clear: left; float: left; height: 154px; width: 77px; border: solid 2px #009900; background-color: #ccffcc; margin-right: 3px;">&nbsp;</div>. Next, observe the following ul.

Observe that some indented items are insufficiently indented, the text being clear of the floated div, but the bullets overlapping.


Main index Top About author