關於光標屬性cursor

     光標的形狀取值主要有如下幾種:css

     default,默認光標;hand,豎起一隻手指的手形光標;crosshair,簡單的十字線光標;html

     text,大寫字母I的形狀;wait,用於標示程序忙用戶須要等待的光標。ssh

     舉例以下:ui

<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>
相關文章
相關標籤/搜索