main menu + sub menu

joycesf

Thank you guys... and Argo... that's the one I am looking for... it works beautifully, thanks :)

Argos

There are several options to create submenu: multiple showmenus, droplets (showchildren, sitemap, etc), snippets, modules. On the itoklantenservicentrum.nl site I used this snippet:

<?php 
// Submenu region, only shown when submenu's are available
ob_start();
show_menu2(0SM2_ROOT+1SM2_CURR+2SM2_ALL|SM2_CURRTREE);
$childmenu=ob_get_contents();
ob_end_clean();
if (
$childmenu!="") {
?>


<div id="sidemenu">
<?php show_menu2(0SM2_ROOTSM2_MAXSM2_CRUMB|SM2_CURRTREE,'<h2>[menu_title]</h2>','','','',false,false); ?>
<?php show_menu2(0,SM2_ROOT+1,SM2_CURR+2,SM2_ALL|SM2_CURRTREE); ?>  
</div>
<?php ?>


Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

PurpleEdge

#4
I think there is an add-in available for Superfish menus available at AMAST - I can't remember if it is a module, or something else?

This looks like a Superfish menu?

Edit: there is a discussion of it here...

https://forum.websitebaker.org/index.php/topic,18520.0.html

kweitzel

Take a look at the template AllCSS (with drop down) ... it already has this effect.

cheers

Klaus

joycesf

pretty please :)... anyone direct me to the solution?  argos or anyone?... thanks :)

joycesf

Hi Guys... I need to know how this done... you can see it on the top right sidebar.

main menu and the submenu

http://scholarscanada.com/adults/general-public-seniors/

http://www.itoklantenservicecentrum.nl/wb/pages/actueel.php

thanks in advance

Joyce :)