Home >Web Front-end >HTML Tutorial >How to change the mouse shape of a link_html/css_WEB-ITnose

How to change the mouse shape of a link_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:46:041190browse

Just add this code to the link
Or you can write it with CSS as above


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"


You only need to add the above code to the link or the STYLE area of ​​the page to diversify the mouse.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn