커서

K-위키

만화

레진코믹스에 있던 만화.완결났음

재밌긴 한데 결말이 좀..

마우스 커서

지금 니 모니터에서 계속 움직이고 있는거.

화살표 모양일때도 있고, 모래시계일때도 있다. 그리고 디키 편집하거나 한글 문서 등등을 만들 때는 대문자 Ⅰ처럼 생긴거로 나온다.

디시위키에서 마우스 커서 모양 바꾸기

(컴퓨터에서만 가능)

<div style="cursor:(커서 모양)">(내용)</div>

커서 모양에다가 너가 하고 싶은 모양 넣고 내용에다가 내용 적으면 된다.

내용 부분에다가 틀 같은거 집어 넣어도 적용된다. 단, 하이퍼링크 위에서는 적용 안 된다.

커서 모양 일람은 아래 표 참고(안되는 것도 간혹 있다.)

all-scroll 모든 방향 스크롤 가능 표시
copy 복사 가능 표시
crosshair +모양
help 도움말 (?표시)
pointer 손모양
text 텍스트
wait 대기(모래시계)

예시

<div style="cursor:all-scroll">
all-scroll
</div>
<div style="cursor:copy">
copy
</div>
<div style="cursor:crosshair">
crosshair
</div>
<div style="cursor:help">
help
</div>
<div style="cursor:pointer">
pointer
</div>
<div style="cursor:text">
text
</div>
<div style="cursor:wait">
wait
</div>

all-scroll

copy

crosshair

help

pointer

text[1]

wait

각주

  1. 글자위에 커서가 없어도 커서 모양이 글자위에 있는것 처럼 표시된다.