Aug 23

BUGFIX: Floated list indent bug in IE5, IE5.5

When float is applied to unordered list, Internet Explorer 5 and Internet Explorer 5.5 add extra indent to all list items.

When float is applied to unordered list, Internet Explorer 5 and Internet Explorer 5.5 add extra indent to all list items.

Here is the figure showing the bug:

Screenshot of floated lists 

Solution for the bug is to apply float to containing DIV element.

Example of the bug and solution as well as source coude can be seen on sample page.