firefox样式表定义不支持cursor:hand
时间:2021-12-30 10:30:19|栏目:HTML代码|点击: 次
如果你在firefox下设置 cursor:hand;会报错
所以你要用cursor:pointer 才可以
完整形式
<style>
cursor:pointer;
</style>
所以你要用cursor:pointer 才可以
完整形式
<style>
cursor:pointer;
</style>
上一篇:表格标签table深入了解
栏 目:HTML代码
本文标题:firefox样式表定义不支持cursor:hand
本文地址:http://www.codeinn.net/misctech/188597.html






