PDA

View Full Version : Both parent and level 1 horizontal


jeroen369565
05-22-2009, 05:07 AM
I would like to create a menu where both the main menu and the level-1 (there won't be any other levels) menu are horizontal. When hovering over the main menu item the level-1 items should appear as a horizontal menu below the main menu.

e.g:

[main1] [main2] [main3] [main4]
[sub1_of_main2] [sub2_of_main2]

I looked for a way to float: left; the level-1 items, but could not find one.

Ray Borduin
05-22-2009, 07:45 AM
There is no way to do this directly in our interface, so you would have to edit the css manually and possibly the javascript after creating the page.

This is a potential addition we are considering for the next version... we curently have horizontal and vertical menu support, we are considering adding tabbed menu, and accordian menu support in a future version... what you are describing is how a tabbed menu would work.

Unfortunately it is currently unsupported, so you would be on your own for the most part.