gpt4 book ai didi

html - 光标 : copy not working in Internet Expoler

转载 作者:可可西里 更新时间:2023-11-01 14:45:41 26 4
gpt4 key购买 nike

我正在为给定的 div 应用 css cursor:copy。对于 FF 和 Chrome 浏览器,它工作正常,但是当我在 IE(版本 9+)中打开它时,它不工作。请建议下面是代码 -

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>

<style>
.editable{
color: #428bca;
cursor: copy;
}

</style>

</head>
<body>

<div class="editable" contenteditable="true">
This is my editable div

</div>


</body>
</html>

最佳答案

是的,直到 IE 10 才支持 cursor: copy

引用:https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

关于html - 光标 : copy not working in Internet Expoler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30748683/

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