마우스커서를 스타일로 변화시켜주는 옵션들입니다.
# style
style="cursor:hand"
style="cursor:pointer"
style="cursor:wait"
style="cursor:help"
style="cursor:move"
style="cursor:crosshair"
style="cursor:n-resize"
style="cursor:e-resize"
style="cursor:s-resize"
style="cursor:w-resize"
style="cursor:se-resize"
style="cursor:sw-resize"
style="cursor:ne-resize"
style="cursor:nw-resize"
# script
obj[i].style.cursor = "hand";
'html, script' 카테고리의 다른 글
스크롤바효과 (0) | 2017.04.12 |
---|---|
배경이미지 위치시키기 (0) | 2017.04.12 |
마우스에 붙어다니는 레이어 소스 (0) | 2017.04.12 |
움직일수 있는 레이어 (0) | 2017.04.12 |
스톱워치 소스 (0) | 2017.04.12 |