ios - 有方法能改变button 的 hover color吗
怪我咯
怪我咯 2017-04-17 17:36:34
0
2
646

我想当鼠标移动到button上的时候 改变button的背景颜色, 有办法做到吗? 我google了一下没发现办法.

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(2)
Peter_Zhu

Set, #(element ID):hover{background-color:#3333333};That’s it

伊谢尔伦
<style>
    .button:hover{background:red;}
</style>
<input type="button" class="button"/>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template