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

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

      <tfoot id='b42Tz'></tfoot>

      • <bdo id='b42Tz'></bdo><ul id='b42Tz'></ul>
      1. 当站点位于 networkdrive 时,IE 无法正确呈现 CSS

        IE not rendering CSS properly when the site is located at networkdrive(当站点位于 networkdrive 时,IE 无法正确呈现 CSS)
      2. <small id='eeEpG'></small><noframes id='eeEpG'>

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

                <tfoot id='eeEpG'></tfoot>
                  <i id='eeEpG'><tr id='eeEpG'><dt id='eeEpG'><q id='eeEpG'><span id='eeEpG'><b id='eeEpG'><form id='eeEpG'><ins id='eeEpG'></ins><ul id='eeEpG'></ul><sub id='eeEpG'></sub></form><legend id='eeEpG'></legend><bdo id='eeEpG'><pre id='eeEpG'><center id='eeEpG'></center></pre></bdo></b><th id='eeEpG'></th></span></q></dt></tr></i><div id='eeEpG'><tfoot id='eeEpG'></tfoot><dl id='eeEpG'><fieldset id='eeEpG'></fieldset></dl></div>
                    <tbody id='eeEpG'></tbody>
                  <legend id='eeEpG'><style id='eeEpG'><dir id='eeEpG'><q id='eeEpG'></q></dir></style></legend>
                  本文介绍了当站点位于 networkdrive 时,IE 无法正确呈现 CSS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  这是我们和朋友遇到的一个奇怪的问题.我们将我们的网站定位在网络驱动器上,并试图从那里打开它.所有其他浏览器都可以很好地呈现此页面,但 IE(顺便说一句.为什么它总是 IE?:))无法理解 inline-block 语句.但是如果我将我们的文件复制到我的本地驱动器就没有问题,IE 会像其他浏览器一样呈现所有内容.我用 IE7-9b 对此进行了测试.

                  This is kinda weird problem we came across with my friend. We located our site at network drive and tried to open it from there. All other browsers render this page just fine but IE (btw. why it's always IE? :) ) can't understand inline-block statement. But if I copy our file to my local drive there is no problem, IE renders everything just like other browsers. I tested this with IE7-9b.

                  推荐答案

                  这听起来像那个问题 - IE 根据页面所在位置切换渲染模式.

                  This sounds like that problem - where IE switches rendering modes depending on where the page is located.

                  这太疯狂了.

                  查看此答案.

                  http://127.0.0.1/mysite/mypage.php  <-- IE8 by default (updated!)
                  http://localhost/mysite/mypage.php  <-- IE8 by default (updated!)
                  http://machinename/mysite/mypage.php  <-- IE7 by default
                  http://192.168.100.x/mysite/mypage.php  <-- IE7 by default
                  http://google.com/  <-- IE8 by default
                  

                  所以,由于您是通过网络驱动器"访问您的网站,IE 将进入 IE7 模式,而 IE7 不正确支持 inline-block,因此您的网站无法正常呈现.

                  So, because you're accessing your site via "network drive", IE is going into IE7 mode, and IE7 does not support inline-block properly, hence your site does not render properly.

                  您可以通过将以下内容添加到您的页面来请求 IE8 以 IE8 模式呈现您的页面:

                  You can request IE8 to render your page in IE8 mode by adding this to your page:

                  <meta http-equiv="X-UA-Compatible" content="IE=8" />
                  

                  或者,要请求 IE8 使用其渲染引擎的最新版本(想想 IE9),你应该使用这个:

                  Or, to request IE8 to use the most recent version of it's rendering engine (think IE9), you should use this:

                  <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
                  

                  或者,使用 Chrome 框架(如果可用):

                  Or, to use Chrome Frame instead if it's available:

                  <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
                  

                  这篇关于当站点位于 networkdrive 时,IE 无法正确呈现 CSS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Crop the image using JavaScript(使用 JavaScript 裁剪图像)
                  How do I take code from Codepen, and use it locally?(如何从 Codepen 获取代码并在本地使用?)
                  Overlay HTML5 canvas over image(在图像上覆盖 HTML5 画布)
                  How i quot;writequot; an icon in the context canvas?(我如何“写作上下文画布中的图标?)
                  webkit css resize doesn#39;t work with canvas as child?(webkit css resize 不适用于儿童画布?)
                  Bootstrap grid won#39;t work using xs columns(引导网格无法使用 xs 列)

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

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

                        • <tfoot id='FwHIt'></tfoot>

                              <tbody id='FwHIt'></tbody>