手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >firefox样式表定义不支持cursor:hand
firefox样式表定义不支持cursor:hand
摘要:如果你在firefox下设置cursor:hand;会报错所以你要用cursor:pointer才可以完整形式cursor:pointer;

如果你在firefox下设置cursor:hand;会报错

所以你要用cursor:pointer才可以

完整形式

<style>

cursor:pointer;

</style>

【firefox样式表定义不支持cursor:hand】相关文章:

CSS样式优先级计算方法

CSS基础教程:CSS的伪元素Pseudo Elements

浏览器不支持position: fix的解决

CSS样式表详解

CSS样式表中的类

IE与Firefox的CSS兼容大全

CSS 3实现DIV圆角效果完整代码

CSS层叠样式表的层叠是什么意思

firefox不显示border通过清除float便可解决

CSS在表格边框上的美学应用

精品推荐
分类导航