Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 05:23:35 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155544 Posts in 21714 Topics by 7736 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: show menu2 with multiple styled horizontal menu  (Read 764 times)
jokau

Offline Offline

Posts: 8


« on: April 10, 2011, 06:03:21 PM »

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
« Last Edit: April 20, 2011, 09:34:54 PM by jokau » Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #1 on: April 11, 2011, 07:36:18 AM »

1) no doubleposting, the other post has been deleted!
2) Please use the CODE format (#) to format your post.

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

jokau

Offline Offline

Posts: 8


« Reply #2 on: April 20, 2011, 09:35:22 PM »

TEH PROBLEM IS SOLVED
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!