gpt4 book ai didi

internet-explorer - 使 Selectivizr 无法正常工作

转载 作者:行者123 更新时间:2023-11-28 09:14:43 26 4
gpt4 key购买 nike

即使是非常简单的页面,我也无法让 Selectivizr 正常工作。我做错了什么?

http://jiewmeng.kodingen.com/playground/selectivr.html

<html>
<head>
<link rel="stylesheet" href="selectivr.css" />
<script src="https://ajax.googleapis.com/ajax/libs/mootools/1.3.1/mootools-yui-compressed.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="selectivizr.js"></script>
<![endif]-->

</head>

<body>
<h1>Hello World</h1>
<p>Paragraph 1</p>

<p>Paragraph 2</p>
<p>Paragraph 3</p>
<p>Paragraph 4</p>
<p>Paragraph 5</p>
<p>Paragraph 6</p>
</body>
</html>

CSS

p:nth-child(2n+2) { color: red }

最佳答案

Selectivizr 仅在您的页面处于严格模式时才有效。因为你没有给你的页面一个 doctype declaration ,它正在以 Quirks 模式加载,这意味着 Selectivizr 尚未加载。

只需添加 <!DOCTYPE html>开业前html标记,Selectivizr 将起作用。

关于internet-explorer - 使 Selectivizr 无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5840316/

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