firefox样式表定义不支持cursor:hand

网络编程 发布日期:2025/1/8 浏览次数:1

正在浏览:firefox样式表定义不支持cursor:hand
如果你在firefox下设置 cursor:hand;会报错
所以你要用cursor:pointer 才可以
完整形式
<style>

cursor:pointer;

</style>