我想在自己的博客主页上的鼠标图示个性化,不知道该怎么做?请赐教!谢谢

来源:百度知道 编辑:UC知道 时间:2024/06/20 21:59:27
谢谢你的帮助,我对计算机软件编程方面不是太懂,能否详细说下如何在网页代码编辑上面修改呢?麻烦你拉:)

在body{ }内加入;CURSOR:url('http://webme.bokee.com/inc/mouse018.ani')
即body{;CURSOR:url('http://webme.bokee.com/inc/mouse018.ani')}

然后加入a:hover{CURSOR:url(http://k688.com/sc/shubiao/imgcur/Handwriting.ani)}

第一个URL的代码是空间鼠标 第二个则是点击内容时变化的鼠标

/*左上角背景*/
.modtl{background:url(图片) no-repeat top left;line-height:1px}
/*中上角背景*/
.modtc{background:url(图片) repeat-x}
/*右上角背景*/
.modtr{background:url(图片) no-repeat top right;line-height:1px}

css鼠标样式大全:
http://myok.blogchina.com/3429184.html