Part 7. CSS issues and bugs

Whitespace between list items in Windows/Internet Explorer 5

One of the most commonly asked questions about styling navigation lists is the whitespace bug in Windows/Internet Explorer 5. There are many solutions including:

li { border-bottom: ?; }
li { display: inline; }
li { float: left|right; }
li a  { vertical-align: bottom; }
<li><a href="">text</a></li><li
><a href="">text</a></li><li
>