• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem with displaying menu

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to display my menu in this fashion

Apparel
Shoe Accessiores


And when I click on Apparel it has to display the items below the Apparel and SHOE Accessiores should move down and when I click on Shoe Accessiores I want the menu of Apparel to close. I have no Idea how to start this with Can anybody guide me in this.
The code below displays the item as shown in figure.



 
michell rosvlet
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure why my Image is not being diplayed.

Let me write it down

*Apparel
*Shoe Accessiores

And below shoe Accesiores it displays the list of Item for apparel and when I click on Shoe accessiores the apprel menu goes blank but still the *(Asterik) remain.


* Apparel
* Shoe and Accessiores

*Shirts
*Coats and jackets
*Jeans
*Blazers
*Suits
*T-Shirts
*Shorts

*
*
*
*
*
*

 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please be sure to ask Struts questions in the Struts forum. I have moved this post there for you.
 
michell rosvlet
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can some one @least give me a hint of what to do please....
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic