gpt4 book ai didi

html - IE 8 渲染怪癖模式

转载 作者:搜寻专家 更新时间:2023-10-31 21:51:21 26 4
gpt4 key购买 nike

我知道这是一个老问题,对此有很多修复。我已经应用了以下内容,但我的一些用户仍然获得了怪癖模式。并且它是唯一运行 IE 8 的用户。

<!doctype html>

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

这似乎还不够,页面在 IE 8 中仍然以 quirksmode 呈现。

由于这是一个 umbraco/c# 站点,源代码中的第一行是空的。这是因为顶部的 Master 指令。你不能在它上面移动。看图片。

enter image description here

这是网站上的一些代码。

<!doctype html>

<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="sv">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

源码是这样的

<%@ Master Language="C#" AutoEventWireup="true" %>
<!doctype html>
<%@ Import Namespace="System.Web.Configuration" %>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="sv">

“大师”在顶部创建空行。

安装 Google Chrome Frame 可以解决问题,但由于 citrix 环境,我们的一些用户无法完全控制安装插件。

最佳答案

查看 Henri Sivonen 的页面 Activating Browser Modes with Doctype ,其中也讨论了 IE 8/9 的特性,并且(除了页面名称)还有可能影响浏览器模式的文档类型声明以外的因素。

关于html - IE 8 渲染怪癖模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12897473/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com