Or you can use the Gmenu5 from http://www.yxscripts.com/m
Its a good one.
Main Topics
Browse All TopicsHi
I have a menu inside a div , where all the texts and labels will hide behind the menu when scrolling down. The problem im facing right now is when there is a dropdownlist, instaed of hiding behind the menu, it floats infront of it. I know why it happened, but i do not know how to solve it.
Need help on this.
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Or you can use the Gmenu5 from http://www.yxscripts.com/m
Its a good one.
It performs workaround using iframes and it takes care of the select box problems. And this is a sample menu which is very much related to your problem in hand
http://www.yxscripts.com/m
Put it in a layer like this so it can be referenced:
<div "thediv">
<select>
all you options
</select>
<div>
Then on the event that you get the interference add this line of code toth escript:
document.getElementById('t
Then when the event is complete and you want to re display the select use:
document.getElementById('t
Cd&
Here is another example of using the iframe:
http://dotnetjunkies.com/W
Business Accounts
Answer for Membership
by: COBOLdinosaurPosted on 2005-04-19 at 03:50:47ID: 13814092
Select has a z-index of infinity. It will always be on top. If you serach the site you will find there is only viable solution, and that is to put it in a layer and hid the layer when it is in the way.
Or, you do a design change to eleminate the conflict of positons.
Cd&