鼠标样式
- 默认(指针) cursor : auto | default
- 手指 cursor : pointer | hand(据说是为了适应IE5,由于没有IE5无从考证)
- 十字 cursor : crosshair
- 拖动 cursor : move
- 改变大小 cursor : e-resize,w-resize,s-resize,n-resize; ne-resize, nw-resize, se-resize, sw-resize;
- 禁止 cursor : no-allowed
- 不允许拖拉 cursor : no-drop
- 文本 cursor : text
- 等待 cursor : wait
- 进行中 cursor : progress
- 帮助 cursor : help
- 自定义 cursor : url(‘#‘) #表示文件的路径,并且文件后缀必须是.cur | .ani
效果图(本来想截图的,结果发现截图的图片中竟然没有鼠标,好吧,各位脑补吧)
Tips:
改变大小中其实就是东南西北四个方向的互换,e-resize(往东拉或者说往右)依此类推
时间: 2024-10-13 05:09:01