鼠标移动上变为手的样式的css,cursor: pointer或者CURSOR: hand
Posted on 2011-01-04 21:47 weekzero 阅读(6940) 评论(0) 编辑 收藏 举报鼠标移动上变为手的样式的css,cursor: pointer或者CURSOR: hand ,使用方式就是放在style中,如:style="cursor: pointer"
两种方式,下面是各浏览器的支持
IE5 IE6 IE7 Firefox
cursor:pointer × √ √ √
cursor:hand √ √ √ ×
ie7以后的ie浏览器全部支持这两种方式
只要支持了firefox的就会支持谷歌的chrome浏览器
所以现在使用的话还是推荐这种:cursor:pointer