Changes between Version 12 and Version 13 of qPloneDropDownMenu


Ignore:
Timestamp:
Jul 14, 2010 2:56:13 PM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneDropDownMenu

    v12 v13  
    1919You 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>'''): 
    2020 
     21{{{ 
    2122   <ul><li>...</li>...<li>...</li></ul> 
     23}}} 
    2224 
    2325Sample menu with 2 submenus. In this example we add submenus to our '''Members''', and '''Events''' tabs: 
    2426  
     27{{{ 
    2528   <li id="portaltab-index_html" class="plain"><a href="http://example.com/" accesskey="t">Home</a></li> 
    2629   <li id="portaltab-Members" class="plain"><a href="http://example.com/Members" accesskey="t">Members</a> 
     
    3740       </ul> 
    3841   </li> 
     42}}} 
    3943 
    4044Customize the following elements in your's css files to changed the appearance of drop down menu: