cursor不生效的原因


注意点

  1. cursor: url后要加上auto
  2. 图片应为是32*32的ico格式
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style type="text/css">
        body{
            cursor: url(bitbug_favicon.ico), auto;
        }
    </style>
</head>
<body>
    <h1>大家好,今天给大家演示一下,改变鼠标光标图案</h1>
</body>
</html>

声明:初心|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - cursor不生效的原因


愿你勿忘初心,并从一而终