Table of Contents

cssmenu Plugin

Compatible with DokuWiki

Lemming

plugin Nice horizontal hover menu using css which can also be used to create clickable buttons

Last updated on
2010-04-19
Provides
Syntax

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with buttons, menu

Installation

Go to my wiki1) – Here you can find some examples.

Examples/Usage

<cssmenu>
  * **[[:test|button1]]**
  * **button2**
    * [[:test|sub_section]]  
  * **button3**
      * [[:test|sub_section]]
      * [[:test|sub_section]]
  * **button4**
      * [[:test|sub_section]]
      * **subsubsection**
        * [[:test|sub_sub_section1]]
        * [[:test|sub_sub_section2]]
        * [[:test|sub_sub_section3]]
        * [[:test|sub_sub_section4]]
        * [[:test|sub_sub_section5]]
</cssmenu>

Syntax

<cssmenu>
here you have to insert your menu
</cssmenu>

Change Log

Known Bugs and Issues

ToDo/Wish List

FAQ

Discussion

Not working for me. I just obtain an indented list of the different items… any idea ?