当前位置:Gxlcms > html代码 > 如何改变链接的鼠标形状_html/css_WEB-ITnose

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

时间:2021-07-01 10:21:17 帮助过:8人阅读

只需在链接上加上这一代码就行的了
或者跟上面的用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区里就可以实现鼠标多样化。

人气教程排行