<legend id='JPT6a'><style id='JPT6a'><dir id='JPT6a'><q id='JPT6a'></q></dir></style></legend>

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

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

    1. <small id='JPT6a'></small><noframes id='JPT6a'>

      1. <tfoot id='JPT6a'></tfoot>

        使用 -webkit-transform 时固定位置不起作用

        时间:2023-10-13

          <tbody id='ZDfBl'></tbody>

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

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

                <legend id='ZDfBl'><style id='ZDfBl'><dir id='ZDfBl'><q id='ZDfBl'></q></dir></style></legend>
                  本文介绍了使用 -webkit-transform 时固定位置不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在使用 -webkit-transform(和 -moz-transform/-o-transform)来旋转 div.还添加了固定位置,以便 div 与用户一起向下滚动.

                  I am using -webkit-transform (and -moz-transform / -o-transform) to rotate a div. Also have position fixed added so the div scrols down with the user.

                  在 Firefox 中它可以正常工作,但在基于 webkit 的浏览器中它就坏了.使用 -webkit-transform 后,固定位置不再起作用!这怎么可能?

                  In Firefox it works fine, but in webkit based browsers it's broken. After using the -webkit-transform, the position fixed doesn't work anymore! How is that possible?

                  推荐答案

                  经过一番研究,有一个Chromium 网站上关于此问题的 20574" rel="noreferrer">错误报告,到目前为止,Webkit 浏览器还不能同时渲染这两种效果.

                  After some research, there has been a bug report on the Chromium website about this issue, so far Webkit browsers can't render these two effects together at the same time.

                  我建议在样式表中添加一些仅适用于 Webkit 的 CSS,并将转换后的 div 设为图像并将其用作背景.

                  I would suggest adding some Webkit only CSS into your stylesheet and making the transformed div an image and using it as the background.

                  @media screen and (-webkit-min-device-pixel-ratio:0) {
                    /* Webkit-specific CSS here (Chrome and Safari) */
                  
                    #transformed_div {
                      /* styles here, background image etc */
                    }
                  }
                  

                  所以现在你必须用老式的方式来做,直到 Webkit 浏览器赶上 FF.

                  So for now you'll have to do it the old fashioned way, until Webkit browsers catch up to FF.

                  截至 2012 年 10 月 24 日,该错误尚未解决.

                  As of 10/24/2012 the bug has not been resolved.

                  这似乎不是一个错误,而是规范的一个方面,因为这两种效果需要单独的坐标系和堆叠顺序.如本答案所述.

                  This appears to not be a bug, but an aspect of the specification due to the two effects requiring separate coordinate systems and stacking orders. As explained in this answer.

                  这篇关于使用 -webkit-transform 时固定位置不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:IE中的CSS旋转属性 下一篇:在jQuery中获取元素-moz-transform:旋转值

                  相关文章

                  最新文章

                  1. <small id='jaZs2'></small><noframes id='jaZs2'>

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

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

                  2. <legend id='jaZs2'><style id='jaZs2'><dir id='jaZs2'><q id='jaZs2'></q></dir></style></legend>