»
EnglishFrenchVietnamese

Print - Types of Cursor - JavaScriptBank.com

Full version: jsB@nk » Snippet » Types of Cursor
URL: https://www.javascriptbank.com/types-of-cursor.html

Types of Cursor © JavaScriptBank.comThis effect makes many cursor types when you move mouse over link.

Full version: jsB@nk » Snippet » Types of Cursor
URL: https://www.javascriptbank.com/types-of-cursor.html



CSS
<STYLE type=text/css>A:link {COLOR: #990000; TEXT-DECORATION: none}A:visited {COLOR: #0099ff; TEXT-DECORATION: none}A:hover {COLOR: red; TEXT-DECORATION: underline}</STYLE><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<p><A href="#" style="CURSOR: help">help cursor</A></p><p><A href="#" style="CURSOR: hand">hand cursor</A></p><p><A href="#" style="CURSOR: wait">wait cursor</A></p><p><A href="#" style="CURSOR: crosshair">crosshair cursor</A></p><p><A href="#" style="CURSOR: move">move cursor</A></p><p><A href="#" style="CURSOR: text">text cursor</A></p><p><A href="#" style="CURSOR: n-resize">n-resize cursor</A></p><p><A href="#" style="CURSOR: e-resize">e-resize cursor</A></p><p><A href="#" style="CURSOR: sw-resize">sw-resize cursor</A></p><p><A href="#" style="CURSOR: nw-resize">nw-resize cursor</A></p><p><A href="#" style="CURSOR: url(cusor.cur);">image cursor</A></p><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->