Topic: Menu drop down

Great CMS!
Is it possible to enable a menu drop down? For example. My menu is:

Home | Services | About us

Services has submenus:

Services
- apps
- network
- pricing

Re: Menu drop down

Sorry.. But multilevel menu not ready yet.

You can try some multilevel menu generators http://www.cssmenumaker.com/

Monstra Loves You! Give some love back!

Re: Menu drop down

Multi-level navigation would be great. My customer even needs 3 levels.

Greetings daelsta

Re: Menu drop down

+1 for dropdown menu

Re: Menu drop down

http://forum.monstra.org/topic/297/multilevel-menu/

(с) Roman Art
So far So good wink

Re: Menu drop down

I meant something more like http://twitter.github.com/bootstrap/jav … #dropdowns

Re: Menu drop down

@Shuyo
I think, it can be close to what you want, it is superfish used in it, and it is easy customizeable by CSS

Re: Menu drop down

Hi,

Is it possible to use mouse over event.. means user don't need to click but only mouse over for display sub-menu?

Thanks

Re: Menu drop down

bootstrap.. just add it to your menu perhaps replacing whole menu with new one smile

{code is poetry}

10 (edited by Igorvach 2014-06-18 18:09:39)

Re: Menu drop down

+1
______________
vrati, врати за мазета, монтаж врати

Re: Menu drop down

+1

Same here smile

It is possible the use of old plugin?

12 (edited by Jerryy 2015-05-14 10:29:43)

Re: Menu drop down

These are very Good links for menu Drop down.. Useful information.. Thanks.

http://evincetech.com

Re: Menu drop down

Best way to go arround that question is to create a block and place <li> tag's inside, however you can place directory's or categorys inside like this example given at Monstra:

<ul class="as you need">
<?php $pages = Page::children('page'); ?>
<?php foreach($pages as $page) { ?>
<li><a href="<?php echo Site::url().'about/'.$page['slug']; ?>"><?php echo $page['title']; ?></a></li>
<?php } ?>
</ul>
http://monstracreative.com - themes, plugins and snippets for monstra cms

:: ATTENTION ::
Need help? Login at your account at: http://monstracreative.com/users/login. -> You have a excellent support center at our website! wink