I am trying to create a html list which is sortable via Jquery. Now i want to have multiple columns in my li element. An example would be this: Flexigrid
As you can see the li element is divided into "ISO", "Name", "Printable name" and "Number-Code". I know that in the case of Flexigrid this is accomplished with Jquery. But I would like to know whether there is a css/html way to create multiple columns like that. It would be kind of easy if it was possible to create divs inside the li element eachone floating. But since that´s not valid I dont know a solution.
PS: if someone knows a simple Jquery solution that would also help.
Thanks for your help! phpheini
<table>?