好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

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

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

查看更多关于如何改变链接的鼠标形状_html/css_WEB-ITnose的详细内容...

  阅读:31次