I am struggling with formatting an HTML list into columns and I can't seem to remove the space between each column. It's frustrating because I want the list to display like rows, without any spacing or at least the ability to control the size of the space.
Here is the code for my unordered list:
ul {
height:400px;
background-color:#666;
list-style-type: none;
-webkit-column-width:200px;
}
To see a demo of the issue, check out this link: http://jsfiddle.net/KjcKR/3/