firefox样式表定义不支持cursor:hand
(编辑:jimmy 日期: 2024/11/7 浏览:3 次 )
如果你在firefox下设置 cursor:hand;会报错
所以你要用cursor:pointer 才可以
完整形式
<style>
cursor:pointer;
</style>
所以你要用cursor:pointer 才可以
完整形式
<style>
cursor:pointer;
</style>
下一篇:CSS反转字符加密邮箱地址