In the navigation below each drop-down is individually defined in the template.

The Multi-Level Navigation Plugin allows you to have unlimited menu levels on your Soholaunch based site.
  • Examples

    Professional Installation

    If you would like to use the Multi-Level Navigation plugin but don't feel comfortable doing it yourself, we offer professional installation and configuration on your site for $150. Click here for more information about how to request the professional installation.

     

    Need a new feature?

    Do you like this plugin but need a new feature added? Request the new feature here .

Simple List

The simple list is exactly what it says. The plugin will output a string of links that will appear similar to the following in the source code:

linkcode2.jpg

Notice that in the list above, there are no line breaks - only hard returns. This is intentional. The point is to use the CSS to force the system to display the links as you would like them to appear.

This is a particularly useful option when working with some of the dynamic drop-down and flyout menu scripts, such as the one used on the navigation at the top of this website (in the green).

For example, we applied the following CSS code to the custom.css file in order to acheive the affect you see to the left:

    a.linklevel0 {
        display:block;
        padding: 3px;
        background: #E0E2D5;
        border: silver solid 1px;
        margin: 3px 10px;
    }
    a.linklevel0:hover {
        background: #FFF;
    }

The effect you see is that when you mouse over, the background changes. The buttons are automatically arrayed in a single column with one link per line. You can adjust the style all you want with your own copy of the plugin on your site.

Also note that there is a "first" and "last" added to the class names for the first and last links in the simple list. This allows you to make more specific modifications to the first and last elements, such as use different background images, different borders etc.

Breadcrumbs Dynamic Menus
Breadcrumb Table Menu Simple List Select List Menu Unordered List Menu
Adding to Content Adding to a Template
Photos Fun Links Jokes