gpt4 book ai didi

html - 在 b :hover Elements 上保留鼠标手指

转载 作者:太空宇宙 更新时间:2023-11-04 12:08:16 30 4
gpt4 key购买 nike

我在几个元素上使用了以下 CSS:

b:hover{
background-color: whitesmoke;
padding: 30px;
}

但是,在 Firefox 等中呈现时,鼠标指针不再指示“手指指针”。相反,它使用光标指示和“指向”。有没有办法使用 CSS 来保留通常的“手指指针”?

谢谢...

最佳答案

试试 cursor:pointer

.b {
background-color: whitesmoke;
padding: 30px;
width:50px;
height:50px;
cursor:pointer;
}
<div class="b"></div>

关于html - 在 b :hover Elements 上保留鼠标手指,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29229705/

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