File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Menu Z Order Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Menu Z Order" Watch "Menu Z Order" New topic
Author

Menu Z Order

Thor Silva
Greenhorn

Joined: Mar 06, 2003
Posts: 14
Hello all,
I have a code for a menu that when the menu is showed , it�s items appear behind a combo box that i have in page . Can anyone tells me how could I fix this problem ?
TIA


Have a nice day and TIA<p> From<p> Thor
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50674

This is a known limitation of the browsers -- that "heavyweight" windowing system controls are "drawn" on top of other elements regardless of z-ordering.
One, very klunky and difficult to manage, way to get around this is to put the menu in an iframe (that is itself "heavyweight").
hth,
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
If you do a search on the forums, you will find many posts on it. If you are dealing with NN4, just ignore the brOwser!
 
IntelliJ Java IDE
 
subject: Menu Z Order
 
Threads others viewed
open an application from a menu
Is pop up menu on the exam?
Menu Display Problem in STRUTS ....
Labels in Struts-Layout
addActionListener problem
MyEclipse, The Clear Choice