百虎谷互联网技术博客

关键词博客:搜索引擎探究、搜索技巧、网络技术、网站制作等!

« CSS的注释和CSS属性分类在网页中使用多媒体效果的几点方法 »

在网页中控制鼠标的形状

在网页中控制鼠标的形状地方法:

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.class1 {cursor: hand;}
.class2 {cursor: move;}
.class3 {cursor: ne-resize;}
.class4 {cursor: wait;}
.class5 {cursor: help;}
-->
</style>

</head>
<body >
<span align="center">
<br><span class="class1">手的形状</span><br>
<br><span class="class2">移动</span><br>
<br><span class="class3">反方向</span><br>
<br><span class="class4">等待</span><br>
<br><span class="class5">求助</span>

</span>
</body>
</html>

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

最近发表

最新评论及回复

百虎谷(鲁ICP备08103840号)

友情提示:请输入关键词