| 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!
|
 |
 |
|
|
subject: Menu Z Order
|
|
|