<small id='3hh4i'></small><noframes id='3hh4i'>

<tfoot id='3hh4i'></tfoot>
    1. <legend id='3hh4i'><style id='3hh4i'><dir id='3hh4i'><q id='3hh4i'></q></dir></style></legend>
      <i id='3hh4i'><tr id='3hh4i'><dt id='3hh4i'><q id='3hh4i'><span id='3hh4i'><b id='3hh4i'><form id='3hh4i'><ins id='3hh4i'></ins><ul id='3hh4i'></ul><sub id='3hh4i'></sub></form><legend id='3hh4i'></legend><bdo id='3hh4i'><pre id='3hh4i'><center id='3hh4i'></center></pre></bdo></b><th id='3hh4i'></th></span></q></dt></tr></i><div id='3hh4i'><tfoot id='3hh4i'></tfoot><dl id='3hh4i'><fieldset id='3hh4i'></fieldset></dl></div>

        • <bdo id='3hh4i'></bdo><ul id='3hh4i'></ul>

      1. jQuery 对话框中的 Z-index.自动建议列表未正确显示

        时间:2023-09-04

      2. <legend id='4pR8J'><style id='4pR8J'><dir id='4pR8J'><q id='4pR8J'></q></dir></style></legend>
          <bdo id='4pR8J'></bdo><ul id='4pR8J'></ul>

            <i id='4pR8J'><tr id='4pR8J'><dt id='4pR8J'><q id='4pR8J'><span id='4pR8J'><b id='4pR8J'><form id='4pR8J'><ins id='4pR8J'></ins><ul id='4pR8J'></ul><sub id='4pR8J'></sub></form><legend id='4pR8J'></legend><bdo id='4pR8J'><pre id='4pR8J'><center id='4pR8J'></center></pre></bdo></b><th id='4pR8J'></th></span></q></dt></tr></i><div id='4pR8J'><tfoot id='4pR8J'></tfoot><dl id='4pR8J'><fieldset id='4pR8J'></fieldset></dl></div>

              <tbody id='4pR8J'></tbody>

            <small id='4pR8J'></small><noframes id='4pR8J'>

                1. <tfoot id='4pR8J'></tfoot>
                2. 本文介绍了jQuery 对话框中的 Z-index.自动建议列表未正确显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  在 jQuery 对话框中显示自动建议框时出现问题.无论如何,自动建议列表都会显示在对话框下方.我尝试将 autosuggest 的 z-index 属性设置为 > 1004.但没有运气.

                  I have a problem displaying the autosuggest box inside a jQuery dialog. The auto suggest list is displayed under the dialog no matter what. I have tried setting up the z-index property of autosuggest to > 1004. But no luck.

                  下面是截图.

                  这是我用来设置自动建议列表样式的 CSS 类:

                  This is the CSS class I have used to style the autosuggest list:

                  ul.as-list {
                      position: absolute;
                      list-style-type: none;
                      margin: 2px 0 0 0;
                      padding: 0;
                      font-size: 14px;
                      color: #000;
                      font-family: "Lucida Grande", arial, sans-serif;
                      background-color: #fff;
                      background-color: rgba(255,255,255,0.95);
                      box-shadow: 0 2px 12px #222;
                      -webkit-box-shadow: 0 2px 12px #222;
                      -moz-box-shadow: 0 2px 12px #222;
                      border-radius: 5px;
                      -webkit-border-radius: 5px;
                      -moz-border-radius: 5px;
                      z-index:6000;
                  }
                  
                  li.as-result-item, li.as-message {
                      margin: 0 0 0 0;
                      padding: 5px 12px;
                      background-color: transparent;
                      border: 1px solid #fff;
                      border-bottom: 1px solid #ddd;
                      cursor: pointer;
                      border-radius: 5px;
                      -webkit-border-radius: 5px;
                      -moz-border-radius: 5px;
                      z-index:6000;
                  }
                  

                  我已经在 jsfiddle 页面上传了完整的代码.你可以清楚地看到那里的问题.我该如何解决?

                  I have uploaded the complete code in this jsfiddle page. You can see the problem there clearly. How can I fix it?

                  推荐答案

                  根本原因是最外面的两个元素有overflow: hidden.

                  The root cause is that the outermost two elements have overflow: hidden.

                  解决这个问题的最简单方法是:

                  The simplest way to fix that is:

                  .ui-dialog, .ui-dialog-content {
                      overflow: visible !important
                  }
                  

                  如果你对使用 !important 不满意(这不是好的做法),你可以找到 overflow: hidden 实际应用的地方,并修复它在那里.

                  If you're not happy with using !important (it's not good practise), you can find the place where overflow: hidden is actually being applied, and fix it there.

                  快速修复版本:http://jsfiddle.net/mNQVr/(在 Chrome、Firefox、IE 中测试过)

                  这篇关于jQuery 对话框中的 Z-index.自动建议列表未正确显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Twitter Bootstrap 模态打开/关闭导致固定标题跳转 下一篇:使用 themeroller css 时 jquery 对话框的问题

                  相关文章

                  最新文章

                  <legend id='HVGlo'><style id='HVGlo'><dir id='HVGlo'><q id='HVGlo'></q></dir></style></legend>
                    • <bdo id='HVGlo'></bdo><ul id='HVGlo'></ul>
                  1. <tfoot id='HVGlo'></tfoot>
                  2. <i id='HVGlo'><tr id='HVGlo'><dt id='HVGlo'><q id='HVGlo'><span id='HVGlo'><b id='HVGlo'><form id='HVGlo'><ins id='HVGlo'></ins><ul id='HVGlo'></ul><sub id='HVGlo'></sub></form><legend id='HVGlo'></legend><bdo id='HVGlo'><pre id='HVGlo'><center id='HVGlo'></center></pre></bdo></b><th id='HVGlo'></th></span></q></dt></tr></i><div id='HVGlo'><tfoot id='HVGlo'></tfoot><dl id='HVGlo'><fieldset id='HVGlo'></fieldset></dl></div>

                    <small id='HVGlo'></small><noframes id='HVGlo'>