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

  • SEARCH
  • Home
  • 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 49323
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:25:07+00:00 2026-05-10T16:25:07+00:00

I have a web page which contains a select box. When I open a

  • 0

I have a web page which contains a select box. When I open a jQuery Dialog it is displayed partly behind the select box.

How should I approach this problem? Should I hide the select box or does jQuery offer some kind of ‘shim’ solution. (I have Googled but didn’t find anything)

Here is some code:

<!DOCTYPE html> <html lang='en'> <head> <title>testJQuery</title> <meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1'> <meta name='GENERATOR' content='Rational Application Developer'>          <link rel='stylesheet' href='theme/smooth/theme.css' type='text/css' media='screen' /> </head> <body>      <a class='pop' href='nix'>Click me</a>      <p/>      <select size='20'>         <option>s jl fjlkdjfldjf l*s ldkjsdlfkjsdl fkdjlfks dfldkfjdfkjlsdkf jdksdjf sd</option>         <option>s jl fjlkdjfldjf l*s ldkjsdlfkjsdl fkdjlfks dfldkfjdfkjlsdkf jdksdjf sd</option>         <option>s jl fjlkdjfldjf l*s ldkjsdlfkjsdl fkdjlfks dfldkfjdfkjlsdkf jdksdjf sd</option>         <option>s jl fjlkdjfldjf l*s ldkjsdlfkjsdl fkdjlfks dfldkfjdfkjlsdkf jdksdjf sd</option>         <option>s jl fjlkdjfldjf l*s ldkjsdlfkjsdl fkdjlfks dfldkfjdfkjlsdkf jdksdjf sd</option>     </select>      <div id='xyz' class='flora hiddenAsset'>         <div id='dialog' title='Edit Link'>             <p>Enter the link details:</p>             <table width='80%' border='1'>                 <tr><td>URL</td><td><input id='url' style='width:100%' maxlength='200' value='{url}'/></td></tr>                 <tr><td>Title</td><td><input id='title' style='width:100%' maxlength='200' value='{title}'/></td></tr>                 <tr><td>Target</td><td><input id='target' size='20' maxlength='200' value='{target}'/></td></tr>             </table>         </div>     </div>  <script type='text/javascript' src='../script/firebug/firebug.js'></script> <script type='text/javascript' src='jquery-1.2.6.js'></script> <script type='text/javascript' src='jquery-ui-1.5.2.js'></script> <script type='text/javascript' src='jqSOAPClient.js'></script> <script type='text/javascript'> (function($){     $(document).ready(function(){         console.debug('ready');         $('.hiddenAsset').hide();          $('a.pop').bind('click', showDialog);         console.debug('ready - done');     });      var showDialog = function(){         console.debug('show');         $('#dialog').dialog({             modal: true,             overlay: {                 backgroundColor: '#666',                 opacity: '.3',                 filter: 'alpha(opacity=30)'             },             width: '400px',             height: '300px',             buttons: {                 Ok: function() {                     $(this).dialog('close');                 },                 Cancel: function() {                     $(this).dialog('close');                 }             }         });         console.debug('show-done');         return false;     }; })(jQuery); </script> </body> </html> 
  • 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. 2026-05-10T16:25:08+00:00Added an answer on May 10, 2026 at 4:25 pm

    This doesn’t have anything to do with jQuery in particular. This is a known bug in IE 6 – Windows-native select boxes always appear on top of other elements. The only thing you can do is hide the select boxes when they’re covered up – usually replacing them with something that looks like the select box.

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

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer The error isn't in how you're reloading the table, it's… May 11, 2026 at 10:02 am
  • added an answer Java includes AES out of the box. Rijndael is AES.… May 11, 2026 at 10:02 am
  • added an answer You can write any code you want in the view… May 11, 2026 at 10:02 am

Related Questions

I have a web page which contains a select box. When I open a
I have built a web page which contains a Crystal Report built using the
I have a web page which allows the user to carry out various operations
I have a web page in which people go to register for my site.
I have a BasePage which inherits from System.Web.UI.Page , and every page that inherits
I have a main window (#1) on my webpage from which I open a
I have a txt file which actually is a html source of some webpage.
I have a web page that includes a bunch of images. Sometimes the image
I have a web page with DIV s with a mouseover handler that is
I have a web page x.php (in a password protected area of my web

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.