CSS cursor 속성 - 마우스 모양

673 단어
cursor --         : [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit
[<uri> ,]*:            
auto:     
crosshair:     
default:     
pointer:     
move:     
e-resize,ne-resize,nw-resize,n-resize,se-resize,sw-resize,s-resize,w-resize:       
text:     
wait:     
help:     
progress:     
inherit:   
   : auto
   :  
   :     
cursor:   "  "   .



//    
p#auto{ 	cursor:auto;}
p#text{ 	cursor:text;}
p#wait{ 	cursor:wait;}
p#help{ 	cursor:help;}
p#progress{ 	cursor:progress;}

좋은 웹페이지 즐겨찾기