• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Problem with struts-menu for second level submenu

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I am developing a database driven struts menu for our application. I followed code examples from
http://demo.raibledesigns.com/struts-menu/cssVertical.jsp.

The menu items were retrieved from database and code written for rendering menu in a JSP page. When the mouse pointer moved over a parent level menu item, its submenu is shown. Now for the first level submenu also, when mouse moved over an item on first level sub menu, the second level sub menu shown. Now the problem is such that when I move pointer over any second level menu item, the selection over parent level menu item and first level sub menu item vanishes. I am very new to CSS and I could not figure out any problem with CSS. I am attaching my code files.

MenuPage.jsp




mb.js



newmb.css

Please help.

Thanks and have a great day!!

roshni.>
 
reply
    Bookmark Topic Watch Topic
  • New Topic