Is's my first post so please forgive me my mistakes :P
I would like make list split into few columns like on those websites:
http://themecloud.co/ - there are couple of similiar themes
So far I make some code: http://jsfiddle.net/cfUqc/2/
ul{
width:760px;
margin-bottom:20px;
overflow:hidden;
}
li{
padding:10px;
border:1px solid #ccc;
float:left;
display:inline;
}
#double li { width:45%;}
#triple li { width:30.333%; }
#quad li { width:25%; }
#six li { width:16.666%; }
but i have empty spaces between horizontal elements.