<bdo id='M0Uot'></bdo><ul id='M0Uot'></ul>

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

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

        固定引导程序 3 模式中的标题位置

        Fixed header position in bootstrap 3 modal(固定引导程序 3 模式中的标题位置)
        <i id='VxsLf'><tr id='VxsLf'><dt id='VxsLf'><q id='VxsLf'><span id='VxsLf'><b id='VxsLf'><form id='VxsLf'><ins id='VxsLf'></ins><ul id='VxsLf'></ul><sub id='VxsLf'></sub></form><legend id='VxsLf'></legend><bdo id='VxsLf'><pre id='VxsLf'><center id='VxsLf'></center></pre></bdo></b><th id='VxsLf'></th></span></q></dt></tr></i><div id='VxsLf'><tfoot id='VxsLf'></tfoot><dl id='VxsLf'><fieldset id='VxsLf'></fieldset></dl></div>
        <tfoot id='VxsLf'></tfoot>

            <tbody id='VxsLf'></tbody>
          <legend id='VxsLf'><style id='VxsLf'><dir id='VxsLf'><q id='VxsLf'></q></dir></style></legend>

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

          • <bdo id='VxsLf'></bdo><ul id='VxsLf'></ul>

                  本文介绍了固定引导程序 3 模式中的标题位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想在我的 Bootstrap 模态中使用一个固定的标题,但是如果我将 .modal-header 设置为 position:fixed 它会随着模态内容一起滚动.如何在 BS modal 中创建一个真正固定的标题?

                  I want to use a fixed header in my Bootstrap modal, however if I set .modal-header as position:fixed it scrolls along with the moda content. How do I create a trully fixed header in BS modal?

                  推荐答案

                  与其尝试固定header,不如固定body的高度,让它可以滚动.这样,页眉(和页脚)将始终可见.

                  Instead of trying to make the header fixed, just fix the height of the body and make it scrollable. That way the header (and footer) will always be visible.

                  您可以使用 CSS3 vh 单元 与 calc 一起使用.vh 和 calc 有很好的浏览器支持 (IE9+).

                  You can easily do this using the CSS3 vh unit together with calc. Both vh as calc have pretty good browser support (IE9+).

                  vh 单位是相对于视口(= 浏览器窗口)的高度.1 vh 是高度的 1%,100vh 表示视口高度的 100%.

                  The vh unit is relative to the viewport (= browser window) height. 1 vh is 1% of the height and 100vh means 100% of the viewport height.

                  我们只需要减去模态框的页眉、页脚和边距的高度.这将是困难的动态.如果这些尺寸是固定的,我们只需添加所有高度.

                  We just need to substract the height of the modal's header, footer and margins. It's going to be difficult it that dynamic. If those sizes are fixed, we just add all the heights.

                  heightmax-height 设置为 calc(100vh - header+footer px).

                  Set either the height or max-height to calc(100vh - header+footer px).

                  .modal-body {
                      max-height: calc(100vh - 210px);
                      overflow-y: auto;
                  }
                  

                  这篇关于固定引导程序 3 模式中的标题位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Using CSS selectors instead of XPath locators when searching through siblings(搜索同级时使用 CSS 选择器而不是 XPath 定位器)
                  Is it possible to get next sibling using cssContainingText in Protractor(是否可以在 Protractor 中使用 cssContainingText 获得下一个兄弟姐妹)
                  How to click on hidden element in protractor?(如何单击量角器中的隐藏元素?)
                  Protractor quot;by.css()quot; vs quot;$()quot; Dollar Sign vs quot;$$()quot; #39;Bling Bling#39;(量角器“by.css()vs“$()美元符号与“$$()亮闪闪)
                  Is Boostrap compatible with Struts 2?(Boostrap 与 Struts 2 兼容吗?)
                  Diplay struts2 error in html page(html页面显示struts2错误)

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

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

                      • <bdo id='r85KN'></bdo><ul id='r85KN'></ul>
                          <tbody id='r85KN'></tbody>

                          <legend id='r85KN'><style id='r85KN'><dir id='r85KN'><q id='r85KN'></q></dir></style></legend>
                          • <tfoot id='r85KN'></tfoot>