cursor
- move
- help
- wait
- pointer など
サンプル
<style> #hello { width: 200px; height: 200px; background-color: yellow; border: solid 1px blue; } </style> <div id="hello">Hello</div>
<style> #hello { cursor: move; } </style>
<style> #hello { cursor: help; } </style>
<style> #hello { cursor: wait; } </style>
<style> #hello { cursor: pointer; } </style>
参考サイト
cursor-スタイルシートリファレンス
http://www.htmq.com/style/cursor.shtml