Unorderd List in IE6

Posted April 3, 2009

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 on April 3rd, 2009 by Clayton

Posted in CSS, Web Design

Comment on this post

Leave a Reply