Overview | License | Help Info
CleanPage v.2.0

This template includes so called "pull-down" (or "drop-down") menu. The menu is nothing special -- just several <ul>/<li> tags, but in case you do not cetch how it works, read the notes below...

First of all, the menu cannot be edited in WYSIWYG mode, you must switch your html editor to "html" or "code view" in order to change menu content.

The menu container is located on the top of the page body. Just look for the following comment inside the html code:

<!-- EDIT MAIN MENU BELOW, JUST USE THE SAME STRUCTURE: -->

Menu begins under this comment and ends just before the closing comment:

<!-- END OF MAIN MENU -->

As you'll see, the menu code is just a combination of nested unordered lists (<UL>). We use top-level <UL> for the main-menu items, and nested <UL> for the submenu-items.

A typical menu item with 3 sub-items shown on the screenshot below:

The definition of each menu/submenu should be as follows:

<li><a href="item-link.html">Item Title</a></li>

NOTE: Please, do not forget to add these strange tables above and below the submenu items - they make the submenu to popup in IE6.