CSS

CSS 커서 속성 모음

먹세 2013. 5. 31. 11:29


CSS 커서 종류별 모음

cursor: auto (uses what is set by user)
cursor: crosshair (should produce a cross)
cursor: default (cursor remains as it is)
cursor: e-resize (arrow pointing right)
cursor: hand (the traditional pointing hand)
cursor: help (a Question Mark should appear)
cursor: move (a cross with arrows on the tips)
cursor: n-resize (an arrow pointing north or up)
cursor: ne-resize (an arrow pointing northeast)
cursor: nw-resize (an arrow pointing northwest)
cursor: pointer (that hand again)
cursor: s-resize (an arrow pointing south or down)
cursor: se-resize (an arrow pointing southeast)
cursor: sw-resize (an arrow pointing southwest)
cursor: text (looks like the end of an I-beam)
cursor: w-resize (an arrow pointing west)
cursor: wait (an hourglass)



반응형

'CSS' 카테고리의 다른 글

min-width 와 max-width 의 사용  (0) 2013.07.12
CSS3 mask 속성  (0) 2013.06.24
web font  (0) 2013.05.14
CSS3 을 IE6,7,8 에서 인식하게 하는 방법  (0) 2013.05.10
box-shadow 와 text-shadow 의 사용  (0) 2013.05.07