gpt4 book ai didi

javascript - CSS3 PIE 不适用于 border-radius 和 box-shadow

转载 作者:太空宇宙 更新时间:2023-11-04 04:22:26 26 4
gpt4 key购买 nike

我已经编写了一个简单的 html/css 代码用于测试目的,但我无法让该库正常工作。我已将 .htc、.php 和 .js 文件移动到与 index.html 相同的目录,但它根本不起作用。

Link to the code.

所有文件都在 index.html 的同一目录中,可以通过 URL 访问,我相信这应该足够了。我已经尝试将行为标签和position:relative,z-index:0 放在 css 文件中,但 IE 看​​不到这些属性。

代码:HTML

<link rel="stylesheet" type="text/css" href="index.css">
<script src='jquery.js'></script>
<script src='PIE.js'></script>
<body>
<div>test</div>
</body>

CSS:

 div {
float: left;
position: relative;
z-index: 0;
width: 300px;
height: 300px;
-webkit-border-radius: 10px;
-moz-borderradius: 10px;
border-radius: 10px;
-pie-box-shadow: 1px 1px 10px #000;
box-shadow: 1px 1px 10px #000;
behavior: url(PIE.htc);
background-color: red;
}

最佳答案

解决了。问题有几方面。

工作原理:

  1. 我正在 IE10 上进行测试,但我没有激活导航模式,只有 IE8 文档模式。因此只需激活导航模式 IE8。
  2. 导入脚本 PIE.js。 .htc 或 .php 无关紧要。
  3. position: relativez-index: 0 逐一设置元素样式

就是这样。谢谢!

关于javascript - CSS3 PIE 不适用于 border-radius 和 box-shadow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18835269/

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