JavaScript学习笔记鼠标样式
Posted Dsp Tian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript学习笔记鼠标样式相关的知识,希望对你有一定的参考价值。
style="cursor:hand" 手形 style="cursor:crosshair" 十字形
style="cursor:text" 文本形 style="cursor:wait" 沙漏形
style="cursor:move" 十字箭头形 style="cursor:help" 问号形
style="cursor:e-resize" 右箭头形 style="cursor:n-resize" 上箭头形
style="cursor:nw-resize" 左上箭头形 style="cursor:w-resize" 左箭头形
style="cursor:s-resize" 下箭头形 style="cursor:se-resize" 右下箭头形
style="cursor:sw-resize" 左下箭头形
以上是关于JavaScript学习笔记鼠标样式的主要内容,如果未能解决你的问题,请参考以下文章