注册
 找回密码
 注册
江西广告网 首页 理论资讯 网页设计 查看内容

超链接中改变网页的鼠标样式

2007-6-21 16:44| 发布者: anchen| 查看: 913| 评论: 0

简介
想知道如何让鼠标放到超连接上就变成十字行或是什么箭头之类的动动吗?来看看这篇文章吧!

正文
 怎样改变网页中的鼠标样式?
<a href="http://"; style="cursor: auto;">auto</a>
<a href="http://"; style="cursor: crosshair ">crosshair</a>
<a href="http://"; style="cursor: default ">default</a>
<a href="http://"; style="cursor: hand ">hand </a>
<a href="http://"; style="cursor: move ">move</a>
<a href="http://"; style="cursor: e-resize ">e-resize</a>
<a href="http://"; style="cursor: ne-resize ">ne-resize</a>
<a href="http://"; style="cursor: nw-resize">nw-resize</a>
<a href="http://"; style="cursor: n-resize">n-resize</a>
<a href="http://"; style="cursor: se-resize">se-resize</a>
<a href="http://"; style="cursor: sw-resize">sw-resize</a>
<a href="http://"; style="cursor: s-resize">s-resize</a>
<a href="http://"; style="cursor: w-resize">w-resize</a>
<a href="http://"; style="cursor: text">text</a>
<a href="http://"; style="cursor: wait">wait</a>
<a href="http://"; style="cursor: help">help</a>

IE6支持的
<a href="http://"; style="cursor: pointer">pointer</a>
<a href="http://"; style="cursor: progress">progress</a>
<a href="http://"; style="cursor: not-allowed">not-allowed</a>
<a href="http://"; style="cursor: no-drop">no-drop</a>
<a href="http://"; style="cursor: vertical-text">vertical-text</a>
<a href="http://"; style="cursor: all-scroll">all-scroll</a>
<a href="http://"; style="cursor:col-resize">col-resize</a>
<a href="http://"; style="cursor: row-resize">row-resize</a>
<a href="http://"; style="cursor: url(*.cur)">自定义鼠标指针(请替换成相应的文件):*.cur</a>
<a href="http://"; style="cursor: url(*.ani)">自定义鼠标指针(请替换成相应的文件):*.ani</a>

要改变非链接状态下的鼠标指针样式,可以在CSS中加入以下语句:
<style type=text/css>
BODY {
CURSOR: url('http://www.beqstudio.com/beqstudio.cur&#39;)}
</style>
现在只支持IE6以后的版本。


漂亮

酷毙

路过

雷人

握手

鲜花

鸡蛋

最新评论

热点图文
  • 江西首个纺织文化创意设计产业园8
  • 江西:亲亲爹地TM婴儿纸尿裤等2种
  • Timberland 10061经典黄靴广告《真
  • 明星助阵庆典 果唯伊为何低调?资
  • 雀巢Nespresso胶囊咖啡机TVC
推荐阅读
全球知名广告工作室Platinum,位于巴西里约热内卢,是一家出色的专 ...查看全文
安塞尔·亚当斯的摄影作品 ...查看全文
最近遇到一些很奇怪的CorelDraw文件,只要打开那些文件,就会出 ...查看全文
广告圈子

返回顶部