久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

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

      • <bdo id='xKXHy'></bdo><ul id='xKXHy'></ul>
    2. <small id='xKXHy'></small><noframes id='xKXHy'>

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

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

        將 css3 旋轉到 Chrome 中的 DIV 然后背景附件:修復創

        GIve css3 rotate to a DIV in Chrome then the background-attachment:fixed creating bug(將 css3 旋轉到 Chrome 中的 DIV 然后背景附件:修復創建錯誤)
          <bdo id='S1C7A'></bdo><ul id='S1C7A'></ul>
        • <small id='S1C7A'></small><noframes id='S1C7A'>

            <tfoot id='S1C7A'></tfoot>

                <i id='S1C7A'><tr id='S1C7A'><dt id='S1C7A'><q id='S1C7A'><span id='S1C7A'><b id='S1C7A'><form id='S1C7A'><ins id='S1C7A'></ins><ul id='S1C7A'></ul><sub id='S1C7A'></sub></form><legend id='S1C7A'></legend><bdo id='S1C7A'><pre id='S1C7A'><center id='S1C7A'></center></pre></bdo></b><th id='S1C7A'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='S1C7A'><tfoot id='S1C7A'></tfoot><dl id='S1C7A'><fieldset id='S1C7A'></fieldset></dl></div>
                  <tbody id='S1C7A'></tbody>
                  <legend id='S1C7A'><style id='S1C7A'><dir id='S1C7A'><q id='S1C7A'></q></dir></style></legend>
                  本文介紹了將 css3 旋轉到 Chrome 中的 DIV 然后背景附件:修復創建錯誤的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我的 background-attachment:fixed 工作正常.但是,當我在該 DIV 上定義 CSS3 rotate 并向下滾動時,background-attachment:fixed 停止工作.

                  My background-attachment:fixed is working fine. But when I define CSS3 rotate on that DIV and scroll down then background-attachment:fixed stops working.

                  檢查這個 http://jsfiddle.net/P3jS4/

                  現在我正在開發 chrome18.

                  當您刪除旋轉 css 時,背景附件:固定工作正常.

                  When you remove the rotate css then the background-attachment:fixed works fine.

                  http://jsfiddle.net/P3jS4/2

                  推薦答案

                  這不是錯誤.

                  您正在嘗試做一些尚未定義的規范.它在評論中說:

                  You're trying to do something the spec hasn't defined yet. It says in the comments:

                  固定背景在變換中有何作用?他們可能應該完全忽略變換,因為 - 甚至變換 - 對象應該充當固定背景可以通過的舷窗"以原始形式查看.

                  What do fixed backgrounds do in transforms? They should probably ignore the transform completely, since - even transformed - the object should be acting as "porthole" through which the fixed background can be viewed in its original form.

                  問題在于固定"是指相對于視口(瀏覽器窗口),而不是父元素.視口不旋轉,只有一個視口.

                  The issue is that "fixed" means relative to the viewport (browser window), not the parent element. The viewport doesn't rotate and there is only one viewport.

                  鑒于規范尚未確定正確的方法是什么,那么我們不知道您所說的不工作"是什么意思.如果它在其他瀏覽器中有效",那是因為他們在沒有等待規范更新的情況下做出了判斷.您應該更新您的問題以反映您想要的行為,而不是它是否有效".

                  Given the specification hasn't decided what the correct approach is then we don't know what you mean by "not work". If it "works" in other browsers that's because they have made a judgement without waiting for the spec to be updated. You should update your question to reflect the behaviour you want, not whether it "works" or not.

                  由于您在規范之外工作,因此在此階段沒有必要期待瀏覽器修復.我的建議是修改您的代碼,以便您通過以下方法之一遵循規范:

                  There is no point at this stage to expect a browser fix since you are working outside of the specification. My suggestion is to revise your code so you are following the specification through one of the following methods:

                  • 使用 img 而不是背景
                  • 使用畫布或 SVG
                  • 在繪畫程序中旋轉背景
                  • 將背景放在旋轉元素后面的元素上

                  如果這些都不能使用,并且沒有其他解決方法可用,那么您的答案是無法完成.

                  If none of these can be used, and no other workarounds are available then your answer is that it can't be done.

                  更新:我剛剛意識到我鏈接的規范已被 更新版本 將預期行為闡明為:

                  UPDATE: I just realised the spec I linked has been superceeded by a newer version which clarifies the expected behaviour as:

                  固定背景會受到為根元素指定的任何變換的影響,而不受任何其他變換的影響.

                  Fixed backgrounds are affected by any transform specified for the root element, and not by any other transforms.

                  因此,具有固定背景的元素仍然像舷窗"成固定在視口上的圖像,并在元素影響舷窗,而不是其背后的背景.在另一方面,變換根元素仍然會變換頁面上的所有內容,而不是除固定之外的所有內容背景.

                  Thus an element with a fixed background still acts like a "porthole" into an image that's fixed to the viewport, and transforms on the element affect the porthole, not the background behind it. On the other hand, transforming the root element will still transform everything on the page, rather than everything except for fixed backgrounds.

                  假設不工作"是指背景不旋轉,那么你正在做的事情將無法在符合標準的瀏覽器中工作.

                  Assuming that by "not working" you mean the background doesn't rotate then what you are doing won't work in a conforming browser.

                  這篇關于將 css3 旋轉到 Chrome 中的 DIV 然后背景附件:修復創建錯誤的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請求是否有可能不遵循重定向 (301 302))
                  quot;Origin null is not allowed by Access-Control-Allow-Originquot; in Chrome. Why?(“Access-Control-Allow-Origin 不允許 Origin null在鉻.為什么?)
                  Suppress Chrome #39;Failed to load resource#39; messages in console(在控制臺中抑制 Chrome 的“加載資源失敗消息)
                  Why Chrome cancel CORS OPTION request(為什么 Chrome 會取消 CORS OPTION 請求)
                  Is there a way to not send cookies when making an XMLHttpRequest on the same origin?(在同一來源上發出 XMLHttpRequest 時,有沒有辦法不發送 cookie?)
                  Origin header null for XHR request made from lt;iframegt; with sandbox attribute(從 lt;iframegt; 發出的 XHR 請求的 Origin 標頭為空帶沙盒屬性)

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

                      <legend id='pOgYJ'><style id='pOgYJ'><dir id='pOgYJ'><q id='pOgYJ'></q></dir></style></legend>
                    • <small id='pOgYJ'></small><noframes id='pOgYJ'>

                            <i id='pOgYJ'><tr id='pOgYJ'><dt id='pOgYJ'><q id='pOgYJ'><span id='pOgYJ'><b id='pOgYJ'><form id='pOgYJ'><ins id='pOgYJ'></ins><ul id='pOgYJ'></ul><sub id='pOgYJ'></sub></form><legend id='pOgYJ'></legend><bdo id='pOgYJ'><pre id='pOgYJ'><center id='pOgYJ'></center></pre></bdo></b><th id='pOgYJ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='pOgYJ'><tfoot id='pOgYJ'></tfoot><dl id='pOgYJ'><fieldset id='pOgYJ'></fieldset></dl></div>
                            <tfoot id='pOgYJ'></tfoot>
                            主站蜘蛛池模板: 福利一区视频 | 欧美一级欧美一级在线播放 | 狠狠婷婷综合久久久久久妖精 | 欧洲一级毛片 | 亚洲精品国产a久久久久久 中文字幕一区二区三区四区五区 | 国产精品一区一区三区 | 亚洲一区二区三区免费在线观看 | 91影院在线观看 | 国产精品一区二区久久 | 91视频在线看 | 亚洲免费精品 | 久久久久国产一区二区三区四区 | 国产乱码精品1区2区3区 | 色射综合| 国产精品久久久久久久一区探花 | 国产精品一区在线 | 国产精品久久久久久久一区探花 | 久久一区二区av | 91新视频 | 成人h动漫亚洲一区二区 | 日韩中文字幕 | 亚洲国产精品一区 | 午夜视频在线观看视频 | 国产精品视频一二三区 | 国产综合精品 | 国产精品一区在线播放 | 福利精品在线观看 | av黄色在线观看 | 亚洲福利一区二区 | 日韩精品 电影一区 亚洲 | 日本成年免费网站 | 久久久久久国产精品 | 欧美成人免费在线视频 | 国产一区二区三区免费 | 免费高潮视频95在线观看网站 | 成人免费观看男女羞羞视频 | 日韩一区不卡 | 亚洲精品一二三区 | 综合久久久 | av天天干 | 精品久久不卡 |