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

  • <small id='ZJe09'></small><noframes id='ZJe09'>

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

      <tfoot id='ZJe09'></tfoot>
      1. IE8 CSS 旋轉

        IE8 CSS rotation(IE8 CSS 旋轉)

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

            <tfoot id='A4oeT'></tfoot>
                  <tbody id='A4oeT'></tbody>
                <legend id='A4oeT'><style id='A4oeT'><dir id='A4oeT'><q id='A4oeT'></q></dir></style></legend>
                  <bdo id='A4oeT'></bdo><ul id='A4oeT'></ul>

                • <i id='A4oeT'><tr id='A4oeT'><dt id='A4oeT'><q id='A4oeT'><span id='A4oeT'><b id='A4oeT'><form id='A4oeT'><ins id='A4oeT'></ins><ul id='A4oeT'></ul><sub id='A4oeT'></sub></form><legend id='A4oeT'></legend><bdo id='A4oeT'><pre id='A4oeT'><center id='A4oeT'></center></pre></bdo></b><th id='A4oeT'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='A4oeT'><tfoot id='A4oeT'></tfoot><dl id='A4oeT'><fieldset id='A4oeT'></fieldset></dl></div>
                • 本文介紹了IE8 CSS 旋轉的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在尋找在 IE8 中旋轉元素的 CSS 解決方案.我發現的一些解決方案說它應該在 IE8 中工作,但它不適合我.我做錯了什么?

                  I'm looking for CSS solution for rotating elements in IE8. Some of solutions I've found say that it should work in IE8, but it does not for me. What I do wrong?

                  這是我嘗試過的:

                  <!DOCTYPE html>
                  <html>
                  <head>
                      <title></title>
                      <style>
                          .rotate {
                              font-weight: bold;color: #000;background: #aa0;display: block;margin: 0 auto;width: 300px;height: 300px;top: 10%;text-align: center;line-height: 300px;
                              -webkit-transform: rotate(-90deg);
                              -moz-transform: rotate(-90deg);
                              -ms-transform: rotate(-90deg);
                              -o-transform: rotate(-90deg);
                              filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
                          }
                      </style>
                  </head>
                  <body>
                  <div class="rotate">
                      TESTING ROTATION
                  </div>
                  </body>
                  </html>
                  

                  如果您在回答之前測試您的解決方案,我將不勝感激,如果您可以編輯我給定的示例并重新發布所有代碼,那就太好了.

                  I would appreciate if you test your solution before answering, and it would be great ir you could just edit my given example and repost all code.

                  如果有人仍然好奇,問題不是代碼,而是測試環境.您應該使用真正的 IE8,而不是 IE10/IE11 中的 IE8 模擬器(不確定 IE9)

                  If anyone is still curious the problem is not the code, but the testing environment. You should use real IE8, but not IE8 emulator in IE10/IE11 (not sure about IE9)

                  推薦答案

                  你缺少IE供應商前綴-ms-

                  You are missing IE vendor prefix -ms-

                  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
                  

                  所以,使用這個

                  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* for IE8 */
                  

                  也看看這個問題:CSS 在 IE 中旋轉屬性可能對你有幫助

                  Also look at this question: CSS rotate property in IE that might help you

                  這篇關于IE8 CSS 旋轉的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                  相關文檔推薦

                  JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                  document.write() overwriting the document?(document.write() 覆蓋文檔?)
                  AngularJS Error: Cross origin requests are only supported for protocol schemes: http, data, chrome-extension, https(AngularJS 錯誤:跨源請求僅支持協議方案:http、data、chrome-extension、https) - IT屋-程序員軟件開發技術分
                  IE10 and Cross-origin resource sharing (CORS) issues with Image / Canvas(IE10 和 Image/Canvas 的跨域資源共享 (CORS) 問題)
                  Importing script with type=module from local folder causes a CORS issue(從本地文件夾導入 type=module 的腳本會導致 CORS 問題)
                  HTML crossorigin attribute for img tag(img 標簽的 HTML 跨域屬性)
                  <i id='ISukx'><tr id='ISukx'><dt id='ISukx'><q id='ISukx'><span id='ISukx'><b id='ISukx'><form id='ISukx'><ins id='ISukx'></ins><ul id='ISukx'></ul><sub id='ISukx'></sub></form><legend id='ISukx'></legend><bdo id='ISukx'><pre id='ISukx'><center id='ISukx'></center></pre></bdo></b><th id='ISukx'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ISukx'><tfoot id='ISukx'></tfoot><dl id='ISukx'><fieldset id='ISukx'></fieldset></dl></div>

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

                            <tbody id='ISukx'></tbody>

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

                            <bdo id='ISukx'></bdo><ul id='ISukx'></ul>
                            主站蜘蛛池模板: 国产91在线播放 | 日日天天 | 亚洲免费在线观看视频 | 亚洲视频免费在线观看 | 欧美一级黄色免费看 | 国产精品欧美一区二区三区不卡 | 精品久久国产 | 紧缚调教一区二区三区视频 | 黄色片免费看视频 | 北条麻妃一区二区三区在线观看 | 小草久久久久久久久爱六 | 久久人体视频 | 精品国产一区二区三区久久狼黑人 | 亚洲日韩欧美一区二区在线 | 精品久久久久一区二区国产 | 欧美一二三区 | 精品不卡| 欧美一区二区视频 | 中文字幕不卡一区 | 一级毛片,一级毛片 | 久久久久久亚洲精品不卡 | 欧美在线视频一区二区 | 日韩中文字幕在线不卡 | 一级片av | 在线欧美小视频 | 国产成人在线观看免费 | 女人精96xxx免费网站p | 成人免费网站www网站高清 | 日本一区二区三区免费观看 | 欧美黄色免费网站 | 91精品久久久 | 日本大香伊一区二区三区 | 精品国产一区二区在线 | 少妇一级淫片aaaaaaaaa | 一级黄色毛片a | 成人午夜在线 | 国产99热 | 国产激情91久久精品导航 | 亚洲 欧美 另类 日韩 | 天堂综合网久久 | 欧美日韩高清在线一区 |