2026年css cursor 的可选值(鼠标的各种样式)

css cursor 的可选值(鼠标的各种样式)TABLE cellSpacing 1 cellPadding 3 bgColor cccccc border 0 crosshair nbsp 十字准心 The cursor render as a crosshair 游标表现为十字准线 cursor pointer cursor hand 写两个是为了照顾 IE5 它只认 hand TABLE

大家好,我是讯享网,很高兴认识大家。这里提供最前沿的Ai技术和互联网信息。



 
  
    
    

crosshair;

 

十字准心

 

cursor: wait;

 

等待/沙漏

cursor: help;

 

帮助

cursor: no-drop;

 

无法释放

cursor: no-drop;

cursor: text;

 

文字/编辑

cursor: move;

 

可移动对象

cursor: n-resize;

 

向上改变大小(North)

cursor: s-resize;

 

向下改变大小(South)

cursor: e-resize;

 

向右改变大小(East)

cursor: w-resize;

向左改变大小(West)

cursor: ne-resize;

 

向上右改变大小(North East)

cursor: nw-resize;

 

向上左改变大小(North West)

cursor: se-resize;

 

向下右改变大小(South East)

cursor: sw-resize;

 

向下左改变大小(South West)

cursor: auto;

 

自动

cursor:not-allowed;

 

禁止

cursor:not-allowed;

cursor: progress;

 

处理中

cursor: progress;

cursor: default;

 

系统默认

 

用户自定义(可用动画)

Note: Always define a generic cursor at the end of the list in case none of the url-defined cursors can be used
注意:在定义完自定义的游标之后在末尾加上一般性的游标,以防那些url所定义的游标不能使用

小讯
上一篇 2026-04-23 16:32
下一篇 2026-04-23 16:30

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/276665.html