IE 上 HTML5 Canvas 的 Z 索引问题
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论