リンク部分のカーソルを変える 
リンクの貼られた場所のカーソルを変えます。カーソルの種類は以下の通りです。
名前にカーソルをのせるとカーソルが変わります。
リンク
hand |
no-drop |
e-resize |
ne-resize |
se-resize |
n-resize |
default |
help |
progress wait |
crosshair |
move |
text |
vertical-text |
not-allowed |
all-scroll |
col-resize |
row-resize |
|
|
|
☆ <head>〜</head> の間に
<STYLE type="text/css">
<!--
a{cursor:カーソルの種類;}
-->
</STYLE>
|
|