I had a look here http://novitskisoftware.com/test/multiplecolumnsEms.html and at various other sites for making a multi column list and it works fine.
What I wonder is if let’s say I have a dynamic list and if there are for example 10 list items I want to keep eight of them in the first column and the rest in the second, i.e. always 8 items in first columns if there are more than 8 of them.
I assume this is not possible with only CSS/HTML so is it something I can do with JavaScript/jQuery? I prefer to keep the plugin’s to a minimum.
Thanks in advance.
Suppose the HTML page generated contains:
You may now use JavaScript to generate the required CSS as follows: