style="cursor:원하시는 모양"

다음을 원하시는 글자나 링크 태그 뒤에 붙여주시기만 하면되여
예제를 보여드릴께엽, 각각의 예제에 마우스를 올려보세여

style="cursor:hand"
style="cursor:wait"
style="cursor:help"
style="cursor:move"
style="cursor:crosshair"
style="cursor:n-resize
style="cursor:e-resize"
style="cursor:s-resize"
style="cursor:w-resize"
style="cursor:se-resize"
style="cursor:sw-resize"
style="cursor:ne-resize"
style="cursor:nw-resize"

만약, 링크 모두를 바꾸고 싶으시면


<style type="text/css">
a:hover {cursor:원하시는모양;}
</style>


이것을 <head>와 </head> 사이에 넣어주심 됩니다 ^-^