Is there a way to set the parameters in a multi-col menu so the menu items
are displayed in this order
1 5
2 6
3 7
4 8
rather than
1 2 3 4
5 6 7 8
Also, is there a way to insert non menu text inbetween menu headings like:
some_heading
1
2
another_heading
Thanks
David
3
4
order of menu items
Hi,
The only way to do that is to order the items how you want them to be when the menu is set to divide. In a horizontal menu the divides works sort of like 'rows' If you have 8 items then the first 4 will be in the top row and the second 4 in the bottom. So you would have to set up your menu as
1 5 2 6 3 7 4 8.
In a vertical menu, the divides works like columns, so the division is odd numbered items in column 1 and even in column 2.
Ruth
The only way to do that is to order the items how you want them to be when the menu is set to divide. In a horizontal menu the divides works sort of like 'rows' If you have 8 items then the first 4 will be in the top row and the second 4 in the bottom. So you would have to set up your menu as
1 5 2 6 3 7 4 8.
In a vertical menu, the divides works like columns, so the division is odd numbered items in column 1 and even in column 2.
Ruth
Check this out:
http://milonic.com/mm_multicolumnsorting.js
Should be exactly what you are looking for
http://milonic.com/mm_multicolumnsorting.js
Should be exactly what you are looking for