IE6/7 Staircase Bug

Learn more about the bug

The Staircase Bug is triggered when the LI is left as default (display:list-item;) and the anchor is floated.

The floats will wrap in IE6/7 when the LI is left at it's default display.

Any font-size on the "a" larger than the LI default will give the staircase effect.

Now see the Staircase Bug Fixed with a Floated LI