gpt4 book ai didi

javascript - Cufon 悬停和更改字体语法

转载 作者:行者123 更新时间:2023-11-29 10:54:35 25 4
gpt4 key购买 nike

有人可以帮我重写下面的语法以使其正确吗。

我希望在接受 :hover 时将字体替换为我的字体,这样当我将鼠标悬停在它上面时我的按钮就会改变。

 Cufon('button', {
fontFamily: 'Disgrunged A',
hover: {
color: '#ed1c24'
}
});

最佳答案

您可以尝试将按钮添加到 hoverables 列表中

Cufon('button', {
fontFamily: 'Disgrunged A',
hover: {
color: '#ed1c24'
},
hoverables: { button:true }
});

引用:Cufon API

hoverables
Defines which elements :hover is used with. Defaults to links only as IE6 can’t handle anything else.
example : { tag: true, .. }
default : { a: true }

关于javascript - Cufon 悬停和更改字体语法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2727814/

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