CSS 커서 속성

WBOY
WBOY앞으로
2023-09-07 15:13:02628검색

CSS 커서 속성

CSS의 cursor 속성을 사용하면 사용자에게 표시되어야 하는 커서 유형을 지정할 수 있습니다.

<html>
   <head>
   </head>
   <body>
      <p>Move the mouse over the words and see the changes in cursor:</p>
      <div style = "cursor:auto">Auto</div>
      <div style = "cursor:crosshair">Crosshair</div>
      <div style = "cursor:default">Default</div>
   </body>
</html>

위 내용은 CSS 커서 속성의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
이 기사는 tutorialspoint.com에서 복제됩니다. 침해가 있는 경우 admin@php.cn으로 문의하시기 바랍니다. 삭제