CSS로 마우스 커서 모양 변경하기 > 개발이야기

본문 바로가기
사이트 내 전체검색

CSS로 마우스 커서 모양 변경하기 > 개발이야기

[HTML] CSS로 마우스 커서 모양 변경하기

페이지 정보

작성자 다미소프트 조회 13,075회 작성일 19-03-15 10:43 댓글 0건

본문

<p style="cursor:auto">Auto</p>
<p style="cursor:default">Default</p>
<p style="cursor:pointer">Pointer</p>
<p style="cursor:move">Move</p>
<p style="cursor:text">Text</p>
<p style="cursor:wait">Wait</p>
<p style="cursor:help">Help</p>

<p style="cursor:crosshair">Crosshair</p>
<p style="cursor:e-resize">E-resize</p>
<p style="cursor:ne-resize">Ne-resize</p>
<p style="cursor:nw-resize">Nw-resize</p>
<p style="cursor:n-resize">N-resize</p>
<p style="cursor:se-resize">Se-resize</p>
<p style="cursor:sw-resize">Sw-resize</p>
<p style="cursor:s-resize">S-resize</p>
<p style="cursor:w-resize">W-resize</p>
 

댓글목록

등록된 댓글이 없습니다.


Copyright © www.damisoft.co.kr. All rights reserved.