Unorderd List in IE6
To get an unordered list in vertical form to render properly in IE6:
ul, li {overflow: hidden;list-style: none outside;}
a {display: block;height: 1em;}
Posted in CSS, Web Design • Comment on this post