Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 301357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:59:53+00:00 2026-05-12T06:59:53+00:00

Please check the attached link in which i have attached screenshot. The html dropdown

  • 0

Please check the attached link in which i have attached screenshot. The html dropdown gets hidden behind the aspx dropdowns that i created. Is there any solution to make the dropdown list be seen on top of the aspx controls?
http://img23.imageshack.us/img23/2553/imageydn.jpg
Thanks in advance,
Geetha

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T06:59:54+00:00Added an answer on May 12, 2026 at 6:59 am

    You’ve hit a rather nasty issue with the html drop-down listin IE. In short, it will always sit on top of most other controls, no matter what you set z-index to. There is no css way I know of to fix this easily.

    However, the one thing that a drop-down list does not “leak through” is an IFRAME. The trick I usually use is to put an IFRAME underneath your drop-down “menu” and you should find the drop-down list no longer leaks through.

    Nasty – but this is a long term IE gripe!

    [Edit: to add an example, and also rephrase “put your drop-down ‘menu’ in an IFRAME”]

    The following example illustrates the trick:

    <html>
    <head></head>
    <body>
        <div style="z-index:1">
            <iframe style="position:absolute; height: 200px; width: 100px; z-index: 1"></iframe>
            <div style="position:absolute; background: pink; height: 200px; width: 100px; overflow:hidden; z-index: 2">
                Lorem ipsum dolor sit amet
            </div>
            <br/>
            <select style="z-index: 0;width: 200px">
                <option>option1</option>
                <option>option2</option>
                <option>option3</option>
            </select>
        </div>
    </body>
    </html>
    

    Note that if you remove the iframe from this example, you see the “leak through” problem re-appear.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please check this link www.aboud-creative.com/demos/mckinley3 . There I have a jQuery Accordion with jCarousel
I have a scrolling pane div with overflow:hidden. Please check it here . There
Please check the attached code. RewriteEngine on # If you are having problems or
I have created a DeclarativeServiceLibrary using VS2010 beta 2, Please check this image of
Please check http://arabiannights.thestagingurl.com/egyptian-hookhas/157-ho-101.html There is this error uncaught exception: Syntax error, unrecognized expression: [@href^='#']
Please check the code below, the problem is that no form element are displayed
Hello please check this site you 'll see that next content will be loaded
Please help me with a sanity check. Assuming a many-to-many relationship: Post, PostTagAssoc, Tag
I am trying to get pinch/zoom work but to no luck... please check code
http://jsbin.com/uqafo4 Please check the white area: it should go all the way, as I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.