RaphaelJS:创建点击元素?

发布于 2024-09-17 06:12:48 字数 89 浏览 7 评论 0原文

我需要在多个可点击元素的顶部叠加一个标签。我希望能够通过元素顶部的标签来单击该元素。

这可能吗?如果是这样,我将如何实现这一目标?

I need to overlay a label on top of multiple clickable elements. I want to be able to click on an element through the label on top of it.

Is this possible? If so, how would I accomplish this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抚笙 2024-09-24 06:12:48

Firefox、Opera 和 Chrome/Safari 中,您可以使用 pointer-events: none。我不确定这在 IE 中如何工作,因为它是 VML 而不是 SVG,您可能必须弄清楚如何适应 通过图层将鼠标事件转发到 SVG 内容。

In Firefox, Opera and Chrome/Safari you could use pointer-events: none in the style attribute. I'm not sure how that will work in IE where it's VML rather than SVG, you may have to figure out how to adapt Forwarding Mouse Events Through Layers to SVG content.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文