본문 바로가기

HTML&CSS

CSS 마우스 커서 // cursor

 

  <p style="cursor: crosshair;"> 마우스 커서 </p>     십자가 모양

  <p style="cursor: help;">마우스커서</p>            물음표 모양이 더해짐

  <P style="cursor: pointer;">마우스커서</P>      손가락으로 가르치는 모양

  <p style="cursor: progress;"> 마우스 커서 </p>    동그랗게 로딩 돌아가는 커서 모양  

  <p style="cursor: ne-resize;">마우스커서</p>    사이즈 조절할 때 쓰이는 양방향 화살표 모양

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <h3>마우스 커서</h3>
    <p style="cursor: crosshair;">마우스커서</p>
    <p style="cursor: help;">마우스커서</p>
    <P style="cursor: pointer;">마우스커서</P>
    <p style="cursor: progress;">마우스커서</p>
    <p style="cursor: ne-resize;">마우스커서</p>
</body>
</html>
http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4ftext-decoration:none">Colored by Color Scripter
http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs