gpt4 book ai didi

html - IE 条件不适用于 .js 和 .css

转载 作者:行者123 更新时间:2023-11-28 08:15:42 25 4
gpt4 key购买 nike

我使用此代码来加载 ie.css 仅适用于 IE 浏览器。但它不起作用,?我很困惑!谁能帮帮我?

<html>
<head>
<title>Demo for IE</title>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ie.css" />
<![endif]-->
</head>
<body>
<h1>Testing for IE</h1>
</body>
</html>

最佳答案

IE10 和 IE11 不再支持条件注释。所以很可能,您正在使用这些版本之一

供您引用:

https://msdn.microsoft.com/en-us/library/ms537512.aspx

http://en.wikipedia.org/wiki/Conditional_comment

关于html - IE 条件不适用于 .js 和 .css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29002084/

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