WebsiteBaker Support (2.8.x) > Templates, Menus & Design
show menu2 with multiple styled horizontal menu
(1/1)
jokau:
I have a problem with multiple horizontal menus. In the third level i get the 4 level menus as showing as well. Any one with a suggestion to this issue.
level 1 show level 1
level 2 show level 2
level 3 show level 3 and 4 (only level 3 should be shown)
level 4 show level 4
and this is the code in index
<div id="menyer">
<div id="meny2">
<?php show_menu2(
1,SM2_ROOT+1,
SM2_START
); ?>
</div>
<div id="submeny1">
<?php show_menu2(
1,
SM2_ROOT+2,
SM2_START
); ?>
</div>
<div id="submeny2">
<?php show_menu2(
1,
SM2_ROOT+3,
SM2_CURR+1
); ?>
</div>
<div id="submeny3">
<?php show_menu2(
1,
SM2_ROOT+4,
SM2_CURR+1
); ?>
</div>
</div><!-- slut menyer -->
THE PROBLEM IS SOLVED
kweitzel:
1) no doubleposting, the other post has been deleted!
2) Please use the CODE format (#) to format your post.
Klaus
jokau:
TEH PROBLEM IS SOLVED
Navigation
[0] Message Index
Go to full version