gpt4 book ai didi

html - 使用css添加按钮按下效果

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

我正在尝试将按钮按下效果添加到带有图像的按钮。这是CSS

input.happy {
background-image url(/img/happy.png)
background-color transparent
background-repeat no-repeat
border none
width 64px
height 64px
margin 10px
cursor pointer
border-radius:8px
-moz-border-radius:8px
-webkit-border-radius:8px
box-shadow: 0px 3px 5px #000
-moz-box-shadow: 0px 3px 5px #000
-webkit-box-shadow: 0px 3px 5px #000
}

input.happy:hover {
position:relative
top 3px
color #fqq
box-shadow none
-moz-box-shadow none
-webkit-box-shadow none
}

效果仅在悬停时显示。我如何更改它以便在单击时显示它。我添加了类似

的东西
   .pressed { 
position:relative
top 3px
color #fqq
box-shadow none
-moz-box-shadow none
-webkit-box-shadow none
}

并将类更改为 .pressed on click。但它不起作用。有什么建议

最佳答案

input.happy:active {
background-color:red
}

关于html - 使用css添加按钮按下效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14544469/

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