阻止FF4的新拖动功能

发布于 2024-11-08 13:16:32 字数 181 浏览 4 评论 0原文

有没有办法在 Firefox 4.0 中使用 CSS 来防止这种情况发生?您可以在其中单击链接(或任何内容)并开始拖动它,当您拖动时,它的另一个半透明图像会出现在光标下方...

看起来像这样:

在此处输入图像描述

Is there a way to prevent this in Firefox 4.0 using CSS? It's where you click on a link (or anything) and begin to drag it, and another semi-transparent image of it appears under your cursor as you drag...

Looks something like this:

enter image description here

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

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

发布评论

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

评论(3

眼睛会笑 2024-11-15 13:16:32

可拖动链接:

<a href="#">Link</a>

不可拖动链接:

<a href="#" draggable="false">Link</a>

示例

Draggable link:

<a href="#">Link</a>

Non-draggable link:

<a href="#" draggable="false">Link</a>

Example.

陪我终i 2024-11-15 13:16:32

我还没有找到 CSS 解决方案(我会继续寻找),但与此同时,我在 Mozilla 开发人员中心的 有关拖动操作的文章。它可能对你有用。

I have not found a CSS solution yet (I will keep looking), but in the meantime, I found a JavaScript solution in the Mozilla Developer Center's article on Drag Operations. It may be of use to you.

末骤雨初歇 2024-11-15 13:16:32

这并非特定于 Firefox 4。请参阅我的 FF 3.6 的屏幕截图:

在此处输入图像描述

This is not specific to Firefox 4. See this screenshot from my FF 3.6:

enter image description here

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