gpt4 book ai didi

html - CSS 不会在 Internet Explorer(IE) 的 iframe 中加载

转载 作者:行者123 更新时间:2023-11-28 05:52:36 24 4
gpt4 key购买 nike

Internet Explorer(最新版本)中的 ifram 无法加载我的 css,而 Chrome、Safari、Firefox 可以毫无问题地加载 iframe 中的 css。

<iframe frameborder="0" scrolling="yes" marginheight="0" marginwidth="0"
src="/webapp/page1/card.html?customization=default"></iframe>

我的样式文件已使用以下行正确连接到 iframe 页面:

<link type="text/css" rel="stylesheet" href="/webapp/load-css/BNP/default/css/default.css?loc=1" />
<link type="text/css" rel="stylesheet" href="/webapp/load-css/css/default.css?loc=4" />

这是 iframe 中 html 的完整 header :

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="flexNav-no-touch">
<head>
<meta name="copyright" content="Atos" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache, must-revalidate" />
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="email=no" />
<meta name="viewport" content="initial-scale=1.0; user-scalable=1;" />
<title>Capture card details page</title>
<link type="text/css" rel="stylesheet" href="/webapp/load-css/BNP/default/css/default.css?loc=1" />
<link type="text/css" rel="stylesheet" href="/webapp/load-css/css/default.css?loc=4" />

最佳答案

尝试添加这个

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

如果

<!--[if lt IE 9]
< script src = "//html5shiv.googlecode.com/svn/trunk/html5.js" > < /script>
<![endif]-->

关于html - CSS 不会在 Internet Explorer(IE) 的 iframe 中加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37239058/

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