본문 바로가기
프론트기술/Html+CSS

마우스 커서 CSS

by RevFactory 2012. 12. 5.

 

마우스 커서 변경 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)

 

 

마우스커서.html

'프론트기술 > Html+CSS' 카테고리의 다른 글

HTML5 기본 Layout Template  (0) 2015.03.18
HTML4 와 HTML5의 차이점  (0) 2013.01.19
Text Wrapping CSS  (0) 2013.01.12