html, script
마우스스타일
날씨좋군
2017. 4. 12. 21:15
마우스커서를 스타일로 변화시켜주는 옵션들입니다.
# 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";