웹개발/CSS
[CSS] cursor 속성 - 마우스 커서 변경
우주별
2017. 7. 14. 14:57
▤ cursor 속성
<style>
.element{cursor:auto;}
</style>
|
auto |
|
crosshair |
|
default |
|
move |
|
hand |
|
text |
|
wait |
|
help |
|
n-resize |
|
s-resize |
|
ne-resize |
|
sw-resize |
|
nw-resize |
|
se-resize |
|
e-resize |
|
w-resize |
|
pointer |
|
progress |
|
not-allowed |
|
no-drop |
|
vertical-text |
|
all-scroll |
|
col-resize |
|
row-resize |
|
cursor1.cur |
|
cursor2.gif |
|
|
|
|
참고 : http://cofs.tistory.com/212 [CofS]