Shape CSS declaration script assignment TEST
cursor: default; element.style.cursor = "default";  
cursor: move; element.style.cursor = "move";  
cursor: hand; element.style.cursor = "hand";  
cursor: crosshair; element.style.cursor = "crosshair";  
cursor: wait; element.style.cursor = "wait";  
cursor: help; element.style.cursor = "help";  
cursor: w-resize; element.style.cursor = "w-resize";  
cursor: n-resize; element.style.cursor = "n-resize";  
cursor: e-resize; element.style.cursor = "e-resize";  
cursor: s-resize; element.style.cursor = "s-resize";  
cursor: nw-resize; element.style.cursor = "nw-resize";  
cursor: ne-resize; element.style.cursor = "ne-resize";  
cursor: se-resize; element.style.cursor = "se-resize";  
cursor: sw-resize; element.style.cursor = "sw-resize";  
UA cursor: auto; element.style.cursor = "auto";  





'프로그래밍' 카테고리의 다른 글

[DevExpress] GridControl  (0) 2017.02.03
Team Foundation Server 체크아웃 강제 취소  (0) 2013.02.28
Windows 7에서 VB6 설치  (0) 2012.07.25
script 태그 defer 속성  (0) 2009.10.21
HTML 문자표  (0) 2009.01.22
ADO Cursor, Lock 타입  (0) 2008.12.03
SourceSafe Automated Backup  (0) 2008.12.03
SourceSafe에서 Project 분리시키기  (0) 2008.12.02
VS2005에서 CE 5.0 Emulator 사용하기  (0) 2008.12.02
OCA 파일이란?  (0) 2008.12.02
Posted by 하이안
,