aspose file tools
The moose likes JSP and the fly likes Drop Down Menu Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Drop Down Menu Problem" Watch "Drop Down Menu Problem" New topic
Author

Drop Down Menu Problem

Ankit Mishra
Ranch Hand

Joined: Jul 15, 2009
Posts: 40
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]


Regards,
Ankit Mishra (SCJP 5.0 93%), (SCWCD 5.0 97%)
Vijitha Kumara
Bartender

Joined: Mar 24, 2008
Posts: 3670

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...


SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
Ankit Mishra
Ranch Hand

Joined: Jul 15, 2009
Posts: 40
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

Joined: Mar 24, 2008
Posts: 3670

First I see a combination of JSTL & scriptlets in the header.jsp? And Have you tested the header.jsp alone whether it works fine?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Drop Down Menu Problem
 
Similar Threads
JSP not getting converted to Java in Eclipse
javascript rendering properly with jsf
drop down menus
Drop Down list items overlapping with Text field
Applets and overlapping menus in web browsers