gpt4 book ai didi

html - 如何在CSS中给出两种不同的状态?

转载 作者:太空宇宙 更新时间:2023-11-03 20:20:22 24 4
gpt4 key购买 nike

我在 css 中有这个问题,例如我在 css 中有两个不同的状态

#koolbutton .active {

color: #fff

}

#koolbutton{

color: #ccc //not active

}

当我尝试这个 html 时

<button id ="koolbutton" class="active"> 

它给了我正常的灰色 koolbutton 而不是白色的事件按钮!谢谢

最佳答案

您需要省略 #koolbutton.active 之间的空格。

#koolbutton { /*not active*/ }
#koolbutton.active { /*active*/ }

关于html - 如何在CSS中给出两种不同的状态?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11882681/

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