IT码农库

您当前所在位置:首页 > 网络编程 > CSS/HTML

CSS/HTML

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

网络 2006-07-20CSS/HTML3227
如果你在firefox下设置 cursor:hand;会报错 所以你要用cursor:pointer 才可以 完整形式 <style> cursor:pointer; </style>
如果你在firefox下设置 cursor:hand;会报错
所以你要用cursor:pointer 才可以
完整形式
<style>

cursor:pointer;

</style>
大图广告(830*140)