gpt4 book ai didi

css - 如何在悬停时更改按钮的颜色?

转载 作者:技术小花猫 更新时间:2023-10-29 10:13:37 26 4
gpt4 key购买 nike

我需要在悬停时更改按钮的颜色。

这是我的解决方案,但它不起作用。

a.button {
display: -moz-inline-stack;
display: inline-block;
width: 391px;
height: 62px;
background: url("img/btncolor.png") no-repeat;
line-height: 62px;
vertical-align: text-middle;
text-align: center;
color: #ebe6eb;
font-family: Zenhei;
font-size: 39px;
font-weight: normal;
font-style: normal;
text-shadow: #222222 1px 1px 0;
}
a.button a:hover{
background: #383;
}

最佳答案

a.button a:hover 表示“悬停在其上的链接是具有类 button 的链接的子链接”。

改为 a.button:hover

关于css - 如何在悬停时更改按钮的颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3898781/

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