gpt4 book ai didi

html - 停止突出显示 HTML 文本

转载 作者:太空狗 更新时间:2023-10-29 13:59:20 25 4
gpt4 key购买 nike

我的部分页面需要双击,这会产生不良影响,有时用户会不经意地突出显示页面上的某些文本。

这真的很不整洁,但是除了使用图像而不是文本之外,是否有一种巧妙的方法来阻止这种情况的发生?

谢谢

最佳答案

这是禁用文本选择的 css。 How to disable text selection highlighting using CSS?

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

关于html - 停止突出显示 HTML 文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9620122/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com