首页 > 解决方案 > 光标:无不工作且自定义光标未在 png/gif 中显示

问题描述

所以我试图在我的网站上添加一个自定义光标,但是当我指向我网站中的 png 和 gif 时它没有显示。帮助

.body{
    height: 100vh;
    cursor: none;
}
.cursor{
    width:40px;
    height:40px;
    border: 1px solid white;
    border-radius:50%;
    position: absolute;

}

prblm 的图像

标签: html

解决方案


如果不查看您的 HTML,这有点难以理解,但请尝试添加.body:hover{cursor:none}


推荐阅读