nice horizontal hover menu using css which can also be used to create clickable buttons
Go to my wiki http://www.tux-tips.de/tux-wiki/doku.php?id=start:dokuwiki:plugins:cssmenu here you can find the latest Version of this plugin and also some examples.
<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>
<cssmenu> here you have to insert your menu </cssmenu>
Not working for me. I just obtain an indented list of the different items… any idea ?