Working with CSS Collapsing Menus and NAVT

The end of the second IE6 conditional is inserted after the UL tag that closes the Item 1.3 sub menu.. This insertion point is associated with the last item in the sub menu - Item 1.3.2 and is inserted after the item.

The end of the first IE6 conditional is inserted after the UL tag that closes the Item 1 sub menu. This insertion point is associated with Item 2. The code block is inserted before the Item 2.

<div class="flyout-menu">
      ...
      ...
    <ul>
      <li><a href="#">Item 1.3.1</a></li>
      <li><a href="#">Item 1.3.2</a></li>
     </ul>

     <!-- END IE CONDITIONAL (2) -->
     <!--[if lte IE 6]>
     </td></tr></table>
     </a>
     <![endif]-->

     </li>
    </ul>

    <!-- END IE CONDITIONAL (1) -->
    <!--[if lte IE 6]>
    </td></tr></table>
    </a>
    <![endif]-->

    </li>

    <li><a href="#">Item 2</a></li>
    <li><a href="#">Item 3</a></li>
  </ul>
</div>

The figure below shows the settings for Item 1.3.2 and Item 2

Items 1.3.2 and Item 2

Summary

In summary I'd like to point out that NAVT helps you organize the items in the menu and provides controls for adding the necessary code insertions where you need them. It doesn't do anything 'automatically' - NAVT is a tool that can work in concert with a CSS style sheet. Once you understand how to use NAVT including the group and the item options it provides, NAVT can help you easily create whatever navigation requirements you need.

9 Responses to “Working with CSS Collapsing Menus and NAVT”


  1. 1 nathan

    hy. I cant turn on collapsing menus can yuo help me i dont know english much but I can understand. Pleas Help.
    Answer on my e mail please. I dont know what to do whit cod :)

  2. 2 RT

    Here is a similar concept, yet very different. I spent a while trying to figure out how to use JQuery accordion plugin with NAVT without hacking the plugin.

    I finally got it licked. This site is in “re-development” phase.

    http://ronnietaylor.com/clients/eternal/

  3. 3 RT

    by the way…thanks for the outstanding plugin

  4. 4 Kostadin

    Hello,
    Thank you for plug in, it is really useful for me.
    I installed it, entered into Manage/NAVT Lists and created a group as is explained, but it does not apear on the right and other steps of creating become impossible. Thank you for your attention :)

  5. 5 Leslie West

    Hi: I have just downloaded the plug in and am trying to create a better site navigation than I have already.

  6. 6 amau

    Please can you make a tuto for the accordion system please :)

  7. 7 forum

    Thank you.

  8. 8 Murof

    I am having issues with getting the css class ‘current_page_item’ to appear on the main page. It appears when I disable the NAVT plugin and use the regular wp navigation. However, with the NAVT plugin active the ‘current_page_item’ class does not show up on the main page. It does work on all the other pages. Any help with this would be greatly appreciated.

  1. 1 Stal.ac · TODO lijst

Leave a Reply