鼠标移动上变为手的样式的css,cursor: pointer或者CURSOR: hand

鼠标移动上变为手的样式的css,cursor: pointer或者CURSOR: hand ,使用方式就是放在style中,如:style="cursor: pointer"

两种方式,下面是各浏览器的支持


IE5
IE6
IE7
IE8
IE9
Firefox
cursor:pointer
×
√ 
√ 
√ 
√ 
√ 
cursor:hand
√ 
√ 
√ 
√ 
√ 
×

ie7以后的ie浏览器全部支持这两种方式

只要支持了firefox的就会支持谷歌的chrome浏览器

所以现在使用的话还是推荐这种:cursor:pointer 

鼠标移动上变为手的样式的css,cursor: pointer或者CURSOR: hand

上一篇:Android 使用ContentProvider扫描手机中的图片,仿微信显示本地图片效果


下一篇:html的a标签借助display=block实现导航菜单功能