css cursor 속성~
아래는 코드 내용이다~
<p style="cursor:auto">auto</p>
<p style="cursor:crosshair">crosshair</p>
<p style="cursor:default">default</p>
<p style="cursor:e-resize">e-resize</p>
<p style="cursor:help">help</p>
<p style="cursor:move">move</p>
<p style="cursor:n-resize">n-resize</p>
<p style="cursor:ne-resize">ne-resize</p>
<p style="cursor:nw-resize">nw-resize</p>
<p style="cursor:pointer">pointer</p>
<p style="cursor:progress">progress</p>
<p style="cursor:s-resize">s-resize</p>
<p style="cursor:se-resize">se-resize</p>
<p style="cursor:sw-resize">sw-resize</p>
<p style="cursor:text">text</p>
<p style="cursor:w-resize">w-resize</p>
<p style="cursor:wait">wait</p>
아래는 예제이다~
auto
crosshair
default
e-resize
help
move
n-resize
ne-resize
nw-resize
pointer
progress
s-resize
se-resize
sw-resize
text
w-resize
wait