![]() |
|
#1
|
|||
|
|||
|
Hi, i know 'row' attr is for having column menu (0) or row menu (1).
Now i have a menu with 9 'root' menus that display so -> ************************************************** ****** option1 option2 option3 option4 option5 option6 option7 option8 option9 ************************************************** ****** And i want them to be placed so -> ******************************* option1 option2 option3 option4 option5 --option6 option7 option8 option9 ******************************* I'm wondering if it is even posible... I have been trying to do it with the css and the coolmenu4-config.js with no result, and now i'm considering to make two diferent 'coolmenus' in the same webpage, but i doubt they will function well... Any idea? Thanks, motoko. Chaos is just an alternative way of organization. |
|
#2
|
|||
|
|||
|
With CoolMenus 3 I was able to use 2 menus stacked one upon the other in the same .asp page. I made the main menu in one .html page and the sub menu in another, then used <include> tags to insert them into the parent page. The code could just as easily be contained all in the same .html or .asp page.
To keep them behaving independently, I just changed the names of all the the objects in the second menu. ie: 'oCMenu.construct()'in main menu and 'oCMenu2.construct()' in submenu. |
|
#3
|
|||
|
|||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|