标题在Windows上的光标下方,如果有太大的光标,Chrome

发布于 2025-02-08 23:18:19 字数 758 浏览 2 评论 0原文

这是我的代码:

<div title="foo">
some text
</div>


div {
  cursor: default;
}

https://jsfiddle.net/am4zsh8e/2/2/

鼠标指针在Windows中设置,然后更改将指针大小更改为大的东西,然后将悬停在上徘徊在某些文本 foo将在光标下方绘制。我无法对其进行屏幕截图(屏幕截图描绘了一个小指针)。

可以以某种方式修复吗?即使标题被绘制在光标下方,而不是在其下方。

我将指针放大了屏幕截图以演示问题,因为当我进行屏幕截图时,由于某些原因,指针不会录制。

是否可以告诉Chrome始终在光标上方绘制标题(即沿屏幕高度上方而不是屏幕深度上方;但是,控制屏幕深度也很不错,但在这种情况下我不完全是我想要的) ?

Here is my code:

<div title="foo">
some text
</div>


div {
  cursor: default;
}

https://jsfiddle.net/am4zsh8e/2/

If I go to Mouse pointer setting in Windows and change the Change pointer size to something big and then hover over the some text the foo will be drawn below the cursor. I can not make a screenshot of it (the screenshot depicts a small pointer).

Is it possible to fix somehow? I.e. make the title get drawn below the cursor, not underneath it.

enter image description here

I enlarged the pointer on screenshot manually to demonstrate the issue, since when I do a screenshot the pointer does not get recorded for some reasons.

Is it maybe possible to tell Chrome to always draw the title above the cursor (i.e. above along the screen height and not the screen depth; controlling the screen depth would be nice as well though, but not exactly what I would like in this case)?

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

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

发布评论

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