IE 上 HTML5 Canvas 的 Z 索引问题

发布于 2024-11-10 17:01:33 字数 364 浏览 0 评论 0原文

我正在尝试在 IE 中使用 HTML5 Canvas 元素。我正在使用 ExCanvas,到目前为止它似乎工作正常。我创建的三角形看起来像我想要的那样,但在 IE 中堆叠顺序有所不同。

在 Firefox 中,canvas 元素出现在预期目标下方(目标的 z 索引是 21,而带有 canvas 元素的 div 的 z 索引是 20),这就是我希望它工作的方式。然而,在 IE6 和 IE7 中,canvas 元素出现在上方。

这两个 div 都设置了“position”css 元素:一个是绝对的,一个是相对的。另外,canvas div 就位于结束 body 标记之前,而我的目标则很好地嵌套在其上方的某个位置。

IE 是否会忽略定位元素的 z-index?!

I'm trying to use the HTML5 Canvas Element with IE. I'm using ExCanvas which seems to be working ok so far. The triangle I created looks the way I want, but the stacking order varies in IE.

In Firefox, the canvas element appears below the intended target (being that the z-index of target is 21 and the z-index of the div with my canvas element is 20), which is the way I want it to work. However, in IE6 and IE7, the canvas element appears above.

The two divs have the 'position' css element set up: one is absolute and one is relative. Also, the canvas div is just before the closing body tag, while my target is well nested somewhere above it.

Does IE simply disregard z-index for positioned elements?!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文