This menu is based on
this article
and
demo from Nick Rigby.
To use this menu in your application, you'll need to copy the CSS and IE-specific JavaScript from
this page (view-source to get it). Your <menu:useMenuDisplayer> tag should look as follows:
<menu:useMenuDisplayer name="CSSListMenu" id="primary-nav">
If you change the "id" attribute, make sure you change it in your CSS/JavaScript as well. In
menu-config.xml, you'll need to define the "CSSListMenu" displayer.
<Displayer name="CSSListMenu" type="net.sf.navigator.displayer.CSSListMenuDisplayer"/>
The CSSListMenuDisplayer was added to Struts Menu in version 2.4.
View Source to see how the Velocity version of this menu
or
click here to view it.
» View vertical version of this menu
« Return to Index of Menus