I am new to the strut menu.
How do I make a horizontal menu? Why are all the menus I have tried showed up as vertical?
Here is my code:
<menu:useMenuDisplayer name="DropDownMenu"
bundle="org.apache.struts.action.MESSAGE">
<menu:displayMenu name="fileMenu"/>
<menu:displayMenu name="editMenu"/>
<menu:displayMenu name="viewMenu"/>
<menu:displayMenu name="reportMenu"/>
<menu:displayMenu name="helpMenu"/>
</menu:useMenuDisplayer>
Thanks