欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

如何改变链接的鼠标形状_html/css_WEB-ITnose

程序员文章站 2022-04-17 16:45:06
...
只需在链接上加上这一代码就行的了
或者跟上面的用CSS写也行


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"


以上代码你只需要加到连接或是页面的STYLE区里就可以实现鼠标多样化。