gpt4 book ai didi

html - 如何使用 css2/js/html 使 div 容器不可选择

转载 作者:行者123 更新时间:2023-11-28 11:02:33 26 4
gpt4 key购买 nike

我已经尝试了 ::selection, -moz, -webkit, -o, node.setAttribute("unselectable", "on") 东西,但没有任何效果。有人对此有任何想法吗?

最佳答案

您可以尝试使用带有前缀的 user-select:none; : http://css-tricks.com/almanac/properties/u/user-select/

element {
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
-o-user-select: none; /* Opera */
user-select: none; /* regular */
}

测试页:http://codepen.io/gc-nomade/pen/owGfz

关于html - 如何使用 css2/js/html 使 div 容器不可选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22392314/

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