티스토리 뷰

Programming language/HTML & CSS

css cursor 속성~

hello-world 2012. 12. 18. 18:06
728x90
반응형

아래는 코드 내용이다~


<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

728x90
반응형

'Programming language > HTML & CSS' 카테고리의 다른 글

[CSS Tool] Generator  (0) 2013.03.22
HTML5 presentation  (0) 2013.03.22
웹 color picker  (0) 2013.02.20
미디어쿼리~  (0) 2012.12.26
css float~ 머 이런 거시기 속성~  (0) 2012.12.18
댓글