Changes between Version 12 and Version 13 of qPloneDropDownMenu
- Timestamp:
- Jul 14, 2010 2:56:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneDropDownMenu
v12 v13 19 19 You have a list of items of your top level menu, which you can edit in '''drop down menu''' configlet form. Now, to add a submenu to a certain menu item, you need to add unordered list inside the top level menu item ('''<li>...</li>''') after its title ('''<a></a>'''): 20 20 21 {{{ 21 22 <ul><li>...</li>...<li>...</li></ul> 23 }}} 22 24 23 25 Sample menu with 2 submenus. In this example we add submenus to our '''Members''', and '''Events''' tabs: 24 26 27 {{{ 25 28 <li id="portaltab-index_html" class="plain"><a href="http://example.com/" accesskey="t">Home</a></li> 26 29 <li id="portaltab-Members" class="plain"><a href="http://example.com/Members" accesskey="t">Members</a> … … 37 40 </ul> 38 41 </li> 42 }}} 39 43 40 44 Customize the following elements in your's css files to changed the appearance of drop down menu: