Simple 2-column navigation with CSS and a single list?
问题 I am looking to make a two-column navigation bar by using a single <ul> with six <li> items: <nav> <ul> <li>Home</li> <li>About</li> <li>Team</li> <li>Store</li> <li>Blog</li> <li>Contact</li> </ul> </nav> Three elements on one side, and three on the other; ordered vertically. Right now, it's easy to do when making two seperate <ul> elements and putting padding/margins between them: http://jsfiddle.net/Baumr/SJcjN/ — but that's not a great solution. Could also wrap <span> tags around each