Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8530601
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:17:11+00:00 2026-06-11T09:17:11+00:00

By default the second level HMENU is rendered after the first element. foo =

  • 0

By default the second level HMENU is rendered after the first element.

 foo = HMENU
 foo {
      1 = TMENU
      1.noBlur = 1
      1.NO = 1
      1.NO.expAll = 1
      1.NO.wrap = <li class="second">|</li>

      2 = TMENU
      2.noBlur = 1
      2.NO = 1
      2.NO.wrap = <li class="second">|</li>
 }

Default HTML :

<li><a href="#">firstlevel 1</a></li>
<li class="second"><a href="#">secondlevel 1</a></li>
<li><a href="#">firstlevel 2</a></li>

But what I want is :

<li>
    <a href="#">firstlevel 1</a>
    <li class="second"><a href="#">secondlevel 1</a></li>
</li>
<li><a href="#">firstlevel 2</a></li>

i.e. The second level is rendered inside the first, not after it. Any ideas appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T09:17:13+00:00Added an answer on June 11, 2026 at 9:17 am

    You need to use:

    1.NO.wrapItemAndSub
    

    instead of:

    1.NO.wrap
    

    But you lack <ul> in your menu. It will not validate.

    The proper menu should look smth like that:

    foo = HMENU
    foo {
          1 = TMENU
          1.wrap = <ul class="first">|</ul>
          1.noBlur = 1
          1.expAll = 1 
          1.NO.wrapItemAndSub = <li>|</li>
    
          2 < .1
          2.wrap = <ul class="second">|</ul>
    
     }
    

    Edit: Moved expAll from “1.NO” to “1”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The default behaviour in browsers is to select the next form element. I want
By default, there are 5 bands that android provide in its Equalizer class. I
I was wondering if there's a way to get the length of a second-level
Im trying to iterate over a nestled dict list. The first level works fine.
I'm looking to create a top-level horizontal menu, with a second-level horizontal menu below
jQuery currently uses window as its default element so any call like $('div') will
I am trying to echo a setting on the second level of an array
I have the following simple 3 level menu structure: <nav class=main-nav class=list> <ul> <li
I use NHibernate with Memcached as a second level cache and have always been
Default JVM uses maximum 1.5 GB RAM/JVM Java application. But my Server have 8

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.