IE5, IE5.5 floated lists indent bug

Floated lists - bug in IE5, IE5.5

In IE 5.0, 5.5 when float is applied to UL element, browser indent text in LI elements.

Solution

Solution is very simple. Put the list in DIV element and float DIV element instead.

source.mihelac.org