• 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

Drop Down Menu Problem

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have one problem in displaying a drop down menu.
I have created one header.jsp in which there is a drop down menu code.

Now, there is second jsp say home.jsp in which i am including header.jsp. But the problem is my drop down menu is getting hidden behind the page elements say a table having form.

Please, help me out solving this.

[code of header.jsp includes javascript code]
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ankit Mishra wrote:...But the problem is my drop down menu is getting hidden behind the page elements say a table having form...


How do you say so, do you see (part of) the element displayed. Can you post the relevant code snippet(s)?, it would be easier to see what's wrong...
 
Ankit Mishra
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

This may be of some help for identifying the problem:

Following is the header.jsp :



Below is the page I am using the header.jsp for having menu on this page.



Any kind of help in this is much appreciated by me. Thanks for Vijitha for seeing it
 
Vijitha Kumara
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First I see a combination of JSTL & scriptlets in the header.jsp? And Have you tested the header.jsp alone whether it works fine?
 
reply
    Bookmark Topic Watch Topic
  • New Topic