커서 속성cursor 정보

724 단어
커서의 모양 수치는 주로 다음과 같습니다.
default, 기본 커서;hand, 손가락 하나를 세운 손 모양 커서;crosshair, 간단한 십자선 커서;
text, 대문자 I의 형상;wait, 프로그램이 바쁜 사용자가 기다려야 할 커서를 표시하는 데 사용됩니다.
예를 들면 다음과 같습니다.
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=gb2312"/>
<title></title>
<style type="text/css">
<!--
.l{
font-size:12px;
line-height:25px;
}
ol{
list-style-image:url(images/closel.gif);
cursor:wait;
}
-->
</style>
</head>
<body>
<ol class="l">
<li>      </li></br>
<li>      </li></br>
<li>      </li></br>
</ol>
</body>
</html>

좋은 웹페이지 즐겨찾기