码迷,mamicode.com
首页 > 其他好文 > 详细

关于光标属性cursor

时间:2014-08-29 00:12:56      阅读:320      评论:0      收藏:0      [点我收藏+]

标签:style   http   os   ar   html   sp   line   on   size   

     光标的形状取值主要有以下几种:

     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>


关于光标属性cursor

标签:style   http   os   ar   html   sp   line   on   size   

原文地址:http://my.oschina.net/u/1865746/blog/307779

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!