gpt4 book ai didi

css - 下拉鼠标悬停问题

转载 作者:太空宇宙 更新时间:2023-11-04 09:52:58 24 4
gpt4 key购买 nike

我有一种样式,其中某些元素具有悬停功能以更改鼠标光标。当存在选择下拉菜单时,鼠标光标仍会拾取下拉悬停功能后面的元素。我可以阻止我选择的选项后面的任何内容的悬停功能吗?

谢谢

例子:

背景元素:

[disabled].form-control, fieldset[disabled] .form-control{
cursor: not-allowed;
}

最佳答案

你可以尝试排除它

.parent :not(.your_dropdown):hover {
hover effect of your other elements
}

但它需要一个父级,否则一切都悬而未决 XD

<div class="parent">
<div class="your_dropdown"></div>
<div class="your other hover content"></div>
</div>

关于css - 下拉鼠标悬停问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38961599/

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